mjsax opened a new pull request, #23002: URL: https://github.com/apache/kafka/pull/23002
The broker reads the three owned-task lists in a StreamsGroupHeartbeat as a report of what the member holds only when all three are non-null; with any of them null it cannot tell that a task was released, so the member fails tonever acknowledges the revocation and the group stays in rebalancing. A change confined to one role therefore has to resend the other two lists as well, even though they did not change. While the client implements this already correctly, there is no explicit test for it. The problem is, that KIP-1071 does not specify this requirement atm. This PR adds an explicit test to avoid any accidental regression. -- 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]
