popsunlake opened a new pull request, #22761: URL: https://github.com/apache/kafka/pull/22761
### Summary This PR updates the Kafka Streams group command documentation to match the current command-line options defined by `StreamsGroupCommandOptions`. ### Problem The current documentation for `kafka-streams-groups.sh` contains examples and option descriptions that no longer match the implementation. In particular, it references unsupported or incorrect option combinations for deleting offsets and internal topics, and documents an outdated timeout default. ### Changes - Replaces outdated topic option references with the currently supported input topic options where applicable. - Removes unsupported `--execute` usage from delete-offset examples. - Updates internal topic deletion examples to use the currently supported options. - Corrects the documented timeout default. ### Testing Not run. Documentation-only change. ### Compatibility Documentation-only change. No runtime behavior is changed. -- 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]
