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

KIP-98: Add idempotent producer support #2569

Merged
merged 18 commits into from
Apr 6, 2025
Merged

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Mar 27, 2025

#1396

"Idempotence" here means that the KafkaProducer avoids causing duplicate messages on the broker via retries by using a combination of producer_id and sequence numbers.

@dpkp dpkp force-pushed the dpkp/kip-98-idempotent-producer branch from 358fb5f to f53966c Compare April 4, 2025 20:58
@dpkp dpkp merged commit 28cbad6 into master Apr 6, 2025
18 checks passed
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