Skip to content
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-15370: Support Participation in 2PC (KIP-939) (2/N) #18316

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

artemlivshits
Copy link
Contributor

Update producer id request / response formats and transaction log value format. There is no functional change.

Update producer id request / response formats and transaction log value
formwat.  There is no functional change.
@github-actions github-actions bot added triage PRs from the community transactions Transactions and EOS clients small Small PRs labels Dec 25, 2024
"about": "The current epoch associated with the producer id." },
{ "name": "OngoingTxnProducerId", "type": "int64", "versions": "6+", "entityType": "producerId",
"default": -1, "about": "The producer id for ongoing transaction when KeepPreparedTxn is used, -1 if there is no transaction ongoing." },
{ "name": "OngoingTxnProducerEpoch", "type": "int16", "versions": "6+",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we want to explicitly set the default to -1 for both?

@github-actions github-actions bot removed the triage PRs from the community label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients small Small PRs transactions Transactions and EOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants