Hello.
I've been trying to debug the source code and I noticed that the execution
of source code was stopped at the lane "ConsumerRecords
records = consumer.poll(100);". Furthermore, I also tested ProducerExample,
but it also seems not working correctly, at least the source code generated
messages
Hello. I'm a new who are getting started to learn Kafka.
I'm now trying to develop a sample java source code to test the new Kafka
Consumer, but it seems not working correctly. I've been testing both of
Kafka Consumer versions; the old one called as High Level Consumer and
another one called as a