-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add protocol TxnOffsetCommit v0 #169
Labels
Comments
Starting work |
ianwsperber
added a commit
that referenced
this issue
Nov 5, 2018
Edit: |
ianwsperber
added a commit
that referenced
this issue
Nov 6, 2018
ianwsperber
added a commit
that referenced
this issue
Nov 6, 2018
Merged
ianwsperber
added a commit
that referenced
this issue
Nov 6, 2018
ianwsperber
added a commit
that referenced
this issue
Nov 6, 2018
ianwsperber
added a commit
that referenced
this issue
Nov 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The producer will send a TxnOffsetCommit to the consumer coordinator to persist the offsets in the
__consumer-offsets
topic. The consumer coordinator validates that the producer is allowed to make this request (and is not a zombie) by using the ID and producer epoch which are sent as part of this request.The consumed offsets are not visible externally until the transaction is committed.
https://kafka.apache.org/protocol.html#The_Messages_TxnOffsetCommit
The text was updated successfully, but these errors were encountered: