Re: Kafka Consumer and Topic Partition

2016-01-14 Thread Stephen Powis
I think you need to have unique consumer group ids for each consumer (if you want both consumers to receive ALL msgs) or multiple partitions setup on your topic with your consumers sharing the same consumer group (each consumer would then get ~half of all the messages) On Thu, Jan 14, 2016 at 8:46

Kafka Consumer and Topic Partition

2016-01-14 Thread Joe San
Kafka Users, I have been trying out a simple consumer example that is supposed to read messages from a specific partition of a topic. I'm not able to get two consumer instances up and running. The second consumer instance is idle! Here is the original post that I created: http://stackoverflow.co