You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/17 04:15:30 UTC

[GitHub] [kafka] C0urante opened a new pull request #11779: KAFKA-10000: Zombie fencing (KIP-618)

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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] C0urante commented on pull request #11779: KAFKA-10000: Zombie fencing (KIP-618)

Posted by GitBox <gi...@apache.org>.
C0urante commented on pull request #11779:
URL: https://github.com/apache/kafka/pull/11779#issuecomment-1043994712


   Converting to draft until upstream PRs are reviewed.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org