We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe6fcf commit 2a7accaCopy full SHA for 2a7acca
1 file changed
kafka/cli/consumer/__init__.py
@@ -17,7 +17,7 @@ def main_parser(prog=None):
17
'-t', '--topic', type=str, action='append', dest='topics', required=True,
18
help='subscribe to topic')
19
options.add_argument(
20
- '-g', '--group', type=str, required=True,
+ '-g', '--group', type=str,
21
help='consumer group')
22
23
'-i', '--group-instance-id', type=str,
0 commit comments