Clean audio and presentation. Keep up the good work.
RV-klwl
Hey @codetuber, liked it quite a much, quick question, can we reset offset at apache kafka topic to start from beginning ? Reason is I fear to loose a message if my pgm has an err
harpreetoberoi
can you tell same demo with putting the consumer configurations in application.properties file
abhisrivastava
What if, If we have more than one consumer. How do we process all the messages from the different consumers?
GauravKawatrakir
Is it possible to get rid of the wait loop on line 35 (while (true))?
Rapirys
Hi, I have tried out a similar code but it is not working it is giving the Timeout error and NoBrokerAvailableException, and getting Node 1 is disconnected.
But zookeeper and kafka is working I can consume the topic using kafka consumer through command line but not using java can to help me what are these error and how to fix that
jatindersinghaujla
How many consumers is it creating? If it is creating only one can you tell how to increase it to 2 and 3 also?
jeewooo
Hi, can you please share the junit testing for the producer & consumer code!
agnitaa
Could you please post the github link? I'm not finding this in your repo list. Thank you!
greatjobbuddy
Could you please share consumer/producer config code base?