RE: How to Identify Consumers of a Topic?

2016-08-08 Thread Jillian Cocklin
Consumers of a Topic? I use kafka-consumer-offset-checker.sh to check offsets of consumers and along that you get which consumer is attached to each partition. On Mon, Aug 8, 2016 at 3:12 PM, Jillian Cocklin < jillian.cock...@danalinc.com> wrote: > Hello, > > Our team

How to Identify Consumers of a Topic?

2016-08-08 Thread Jillian Cocklin
Hello, Our team is using Kafka for the first time and are in the testing phase of getting a new product ready, which uses Kafka as the communications backbone. Basically, a processing unit will consume a message from a topic, do the processing, then produce the output to another topic.