dajac opened a new pull request, #21309: URL: https://github.com/apache/kafka/pull/21309
Apply the same fix for Share groups. The throwIfShareGroupMemberEpochIsInvalid method was rejecting epoch=0 for existing members, preventing fenced members from rejoining. Changes: - Add early return for receivedMemberEpoch=0 in Share group validation - Add unit test testShareGroupMemberCanRejoinWithEpochZero - Add integration test in ShareGroupHeartbeatRequestTest -- 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]
