Skip to content

Commit 2a7acca

Browse files
authored
cli: consumer does not require group_id (#3044)
1 parent 7fe6fcf commit 2a7acca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kafka/cli/consumer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main_parser(prog=None):
1717
'-t', '--topic', type=str, action='append', dest='topics', required=True,
1818
help='subscribe to topic')
1919
options.add_argument(
20-
'-g', '--group', type=str, required=True,
20+
'-g', '--group', type=str,
2121
help='consumer group')
2222
options.add_argument(
2323
'-i', '--group-instance-id', type=str,

0 commit comments

Comments
 (0)