Fwd: Monitor the lag for the consumers that are assigned to partitions topic

2016-06-10 Thread Spico Florin
Hello! I'm working with Kafka 0.9.1 new consumer API. The consumer is manually assigned to a partition. For this consumer I would like to see its progress (meaning the lag). Since I added the group id consumer-tutorial as property, I assumed that I can use the command bin/kafka-consumer-groups.

Monitor the lag for the consumers that are assigned to partitions topic

2016-06-08 Thread Spico Florin
Hello! I'm working with Kafka 0.9.1 new consumer API. The consumer is manually assigned to a partition. For this consumer I would like to see its progress (meaning the lag). Since I added the group id consumer-tutorial as property, I assumed that I can use the command bin/kafka-consumer-groups.