I'm using Kafka 0.9 new Consumer API.
I'm letting Kafka take care of the offsets for the consumers. I have consumers running on multiple machines reading from the same topic.
I'm trying to find out the following:
- The consumers registered with a consumer-group
- The offset of each consumer
I thought the consumer-group - consumer relationship would be stored in ZooKeeper. I see the consumers node in ZooKeeper it has no childeren.
The offsets as far as I can tell by looking through the code are being written into kafka, but I can't tell what topic they're being written to?