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

CORE-20892: use a unique producer transactional id when creating producers #6390

Open
wants to merge 2 commits into
base: release/os/5.2
Choose a base branch
from

Conversation

LWogan
Copy link
Contributor

@LWogan LWogan commented Nov 14, 2024

This ensures producers recreated will not overlap with older producers that have transactions timed out on the kafka broker. The brokers keep track of in flight transaction. Sometimes they can become stuck in an unhealthy state. When the producer is recreated, if it uses the same transaction.id config value for the client, the broker will expect the producer complete the previous transaction

…ucers. This ensures producers recreated will not overlap with older producers that have transactions timed out on the kafka broker
Copy link

sonarcloud bot commented Nov 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant