Alla Tumarkin created KAFKA-5713:
------------------------------------
Summary: Improve '--group' option to understand strings with
wildcards
Key: KAFKA-5713
URL: https://issues.apache.org/jira/browse/KAFKA-5713
Project: Kafka
Issue Type: Improvement
Components: consumer
Reporter: Alla Tumarkin
Request
Implement additional functionality for the '--group' option to be able to take
string/wildcard combination, e.g.:
{code}
bin/kafka-acls --authorizer-properties zookeeper.connect=localhost:2181 --add
--allow-principal
"User:CN=Unknown,OU=Unknown,O=Unknown,L=Unknown,ST=Unknown,C=Unknown"
--consumer --topic test --group mygroup*
{code}
in order to allow different group names that start with mygroup, e.g.:
{code}
kafka-console-consumer --zookeeper localhost:2181 --topic test
--consumer-property group.id=mygroup1
{code}
Background
Current functionality only permits to specify an exact group name, like
"--group mygroup" or any group as in "group *"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)