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
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