JimmyWang6 commented on PR #19820: URL: https://github.com/apache/kafka/pull/19820#issuecomment-3089333514
> Still getting the usage message for trying to reset offsets for a consumer group. > > ``` > bin/kafka-share-groups.sh --bootstrap-server localhost:9092 --reset-offsets --group CG1 --topic T1 --execute --to-earliest > Group CG1 is not a share group. > Option Description > ------ ----------- > --all-groups Apply to all share groups. > --all-topics Consider all topics assigned to a > share group in the 'reset-offsets' > process > ``` Oops, I'm sorry that I didn't grasp your meaning, I will try to replace `CommandLineUtils.printUsageAndExit()` method call by a simple message. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org