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 consumer failed payloads #398

Merged
merged 2 commits into from
Jun 10, 2015
Merged

Kafka consumer failed payloads #398

merged 2 commits into from
Jun 10, 2015

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Jun 9, 2015

Update KafkaConsumer to utilize new per-request FailedPayloads interface. Previously, because the consumer code could not determine which request had caused the FailedPayloadsError it had to fail the entire batch of requests. Now we can just skip the failed request and process other responses that may have succeeded.

dpkp added a commit that referenced this pull request Jun 10, 2015
@dpkp dpkp merged commit f035de4 into dpkp:master Jun 10, 2015
@dpkp dpkp deleted the kafka_consumer_failed_payloads branch June 10, 2015 19:09
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