AndrewJSchofield opened a new pull request, #22766: URL: https://github.com/apache/kafka/pull/22766
In some situations, the share consumer does not tidy up share sessions sufficiently on leadership change. In particular, if a broker loses leadership of a partition, the share consumer should send a further ShareFetch/ShareAcknowledge to remove the partition from its share session. In most cases, this removal happens naturally, but it depends upon whether the share consumer has other requests to send to that broker. This PR tidies up the maintenance of share sessions when leadership changes occur. -- 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]
