I’ve got a simple consumer. According to GetOffsetShell my offset is 209418. But the SimpleConsumer doesn’t get any messages past offset 123146. It just won’t pull down any messages after that offset. If I send more messages onto the topic it still won’t pull them down. Though the offset does increase in ZK/Kafka. It seems to just be stuck.
What can cause this? How can I diagnose the problem? And what can I do to get past it? Thanks