-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-19446: Add transaction version field [1/3] #20857
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
KAFKA-19446: Add transaction version field [1/3] #20857
Conversation
AndrewJSchofield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. A couple of minor comments only.
clients/src/main/resources/common/message/WriteTxnMarkersRequest.json
Outdated
Show resolved
Hide resolved
artemlivshits
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@rreddy-22 Please merge latest changes from trunk. I'm not inclined to merge unless the build is green. |
…transaction-version-field
Simple PR to add the transaction version field to the WriteTxnMarkers Request in order to enable KIP-1228. We are bumping the API version to version 2. Reviewers: Artem Livshits <[email protected]>, Andrew Schofield <[email protected]>
Simple PR to add the transaction version field to the WriteTxnMarkers
Request in order to enable KIP-1228. We are bumping the API version to
version 2.
Reviewers: Artem Livshits [email protected], Andrew Schofield
[email protected]