Re: Kafka consumer group problem

2016-09-17 Thread Michael Freeman
Did you try props.put("group.id", "test"); On Thu, Sep 15, 2016 at 12:55 AM, Joyce Chen wrote: > Hi, > > I created a few consumers that belong to the same group_id, but I noticed > that each consumer get all messages instead of only some of the messages. > > As for the

Kafka consumer group problem

2016-09-14 Thread Joyce Chen
Hi, I created a few consumers that belong to the same group_id, but I noticed that each consumer get all messages instead of only some of the messages. As for the topic, I did create the topic with a few partitions. Anyone else had the same problem? Is there any configuration parameter I need