Re: Kafka Consumer Example source code seems not working correctly

2016-01-18 Thread BYEONG-GI KIM
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

Kafka Consumer Example source code seems not working correctly

2016-01-18 Thread BYEONG-GI KIM
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