Re: Odd behavior with kafka consumer

2016-06-03 Thread Bartosz Konieczny
Hello, You can check the offset from which your consumer starts to work ? If it doesn't match the expected one (0 I suppose), you can try to play with property called auto.offset.reset and set it to "earliest". You can find more information about: http://kafka.apache.org/documentation.html You ca

Odd behavior with kafka consumer

2016-06-01 Thread Richard L. Burton III
What I'm seeing is the consumer sometimes doesn't read the first message. There are times when it does as well. Any clues what might cause it?