Re: Console consumer group id question

2016-04-13 Thread Gerard Klijs
The options can only be used to set "The properties to initialize the message formatter." You have several options, you could use different properties fils, with only the group.id being different. Another option is use a .properties.template, with a group.id=, and with a batch script first set the

Console consumer group id question

2016-04-13 Thread Greg Hill
So, I know I can put group.id in the consumer.config file, but I would like to reuse the same config file for multiple groups in testing. I *thought* this would work: kafka-console-consumer.sh --bootstrap-server --new-consumer --consumer.config --topic --property group.id= That doesn't pr