Re: Odd behavior with kafka consumer
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
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?