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-18882:Move BaseKey, TxnKey, and UnknownKey to transaction-coordinator module #19054

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

Conversation

gongxuanzhang
Copy link
Contributor

Move BaseKey, TxnKey, and UnknownKey to transaction-coordinator module

@github-actions github-actions bot added triage PRs from the community core Kafka Broker transactions Transactions and EOS labels Feb 28, 2025
Copy link
Contributor

@frankvicky frankvicky left a comment

Choose a reason for hiding this comment

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

Overall LGTM
Leave a style nit.

version = version,
transactionalId = value.transactionalId
)
new TxnKey(version,value.transactionalId)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: space
new TxnKey(version, value.transactionalId)

@github-actions github-actions bot removed the triage PRs from the community label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved core Kafka Broker transactions Transactions and EOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants