Re: How to set console consumer group ID

2015-04-23 Thread Lukáš Havrlant
Thank you, Raja! 2015-04-23 0:34 GMT+02:00 Rajasekar Elango : > Yes, you pass any consumer property including group.id by having them in > property file and passing path to it using --consumer.config of consumer > consumer. > > Thanks, > Raja. > > On Wed, Apr 22, 2015 at

How to set console consumer group ID

2015-04-22 Thread Lukáš Havrlant
Hi, is it possible to set group ID for console consumer on command line? Something like $ bin/kafka-console-consumer.sh --groupid myGroupId Lukáš