sasakitoa commented on PR #16961: URL: https://github.com/apache/kafka/pull/16961#issuecomment-2304610266
I found another error for `—delete-offsets` option, fixed PR. Current: ``` $ kafka-consumer-groups.sh --bootstrap-server localhost:9092 --delete-offsets Option [delete-offsets] takes the following options: [all-groups], [group] ... ``` Expect: ``` $ kafka-consumer-groups.sh --bootstrap-server localhost:9092 --delete-offsets Option [delete-offsets] takes the following options: [topic], [group] ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
