C0urante opened a new pull request #11779: URL: https://github.com/apache/kafka/pull/11779
Implements the zombie fencing logic described in [KIP-618](https://cwiki.apache.org/confluence/display/KAFKA/KIP-618%3A+Exactly-Once+Support+for+Source+Connectors#KIP618:ExactlyOnceSupportforSourceConnectors-ZombieFencing) (except for the portion already covered by https://github.com/apache/kafka/pull/11778). Relies on changes from: - https://github.com/apache/kafka/pull/11777 - https://github.com/apache/kafka/pull/11778 Note that none of the logic here actually causes zombie fencing to take place, it only implements the internal API required to perform zombie fencing. Downstream PRs will actually put this logic into play. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org