I\'m new in Kafka. When I was running the quick start example in command line, I found I can\'t create multiple consumers in command line.
Condition:
I built a t
Besides using --consumer.config option like the secfree's answer, you can also use
--consumer.config
--consumer-property group.id=your_group
option to specify a group name without editing the config file.