ableegoldman opened a new pull request #10996: URL: https://github.com/apache/kafka/pull/10996
Often when debugging things like continuous rebalancing in Streams, we want to check whether the input conditions to the assignor are stable and if not, why. One of the common scenarios is regular changes to the group membership resulting in an unstable/non-deterministic assignment, so it's very useful to be able to tell at a glance how many members are participating in the rebalance, and which ones are missing, if any. This is currently a pretty terrible experience to tease out of the existing logs, so let's just make our lives easier by logging the info we want directly. Also fixes some warnings I saw when compiling -- 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]
