lh0156 opened a new pull request, #23062: URL: https://github.com/apache/kafka/pull/23062
## Problem `StreamsGroupMemberDescription` already exposes an optional instance ID, but `kafka-streams-groups --describe --members` did not display it. ## Solution - Add an `INSTANCE-ID` column to normal and verbose member output. - Render `-` for dynamic members without an instance ID. - Add deterministic cluster tests for static member IDs in both output modes. No public API, protocol, configuration, or KIP changes are required. ## Tests - `./gradlew :tools:test --tests org.apache.kafka.tools.streams.DescribeStreamsGroupTest --no-build-cache --console=plain` - `./gradlew :tools:spotlessCheck --no-build-cache --console=plain` - `git diff --check` -- 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]
