Skip to content

KIP-467: Augment ProduceResponse error messaging for specific culprit records #2661

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

Merged
merged 6 commits into from
Jul 3, 2025

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Jul 2, 2025

Updates KafkaProducer to ProduceRequest v8 (when supported by broker), and propagates record-specific error messages to application via the send future.exception message. Includes some internal changes, including adding a PartitionResponse wrapper class, moving ProducerBatch from kafka.producer.record_accumulator to kafka.producer.producer_batch', and splitting ProducerBatch.done()into.complete()and.complete_exceptionally()` (mirroring java client).

@dpkp dpkp merged commit 9227674 into master Jul 3, 2025
18 checks passed
@dpkp dpkp deleted the dpkp/kip-467 branch July 3, 2025 15:32
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