lianetm commented on PR #23266: URL: https://github.com/apache/kafka/pull/23266#issuecomment-5526753938
uhm interesting. I see the gap, just not sure about the approach to fix (from a first look) Fixing by keeping the member ID on the static member seems simple but the implications seems tricky. E.g., it makes that the case of a static member unsubscribe/subcsribe may be treated on the GC just as as a known member intentionally rejoining when metadata changes (to trigger a rebalance if leader). But we shouldn't rebalance when a static member unsubscribe/subscribe, and with this PR seems we are? -- 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]
