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

Leader breaker #218

Merged
merged 2 commits into from
Dec 10, 2014
Merged

Leader breaker #218

merged 2 commits into from
Dec 10, 2014

Conversation

eapache
Copy link
Contributor

@eapache eapache commented Dec 3, 2014

Wrap the producer's leader update in a circuit-breaker. Should permit us to fail fast when a partition goes away, and avoid backing up all the other partitions behind constant useless metadata updates.

fixes #213

@wvanbergen @graemej @marc-barry

Otherwise a partition being entirely gone can slow things right down, since
we'll do a complete metadata refresh on every single message.
eapache added a commit that referenced this pull request Dec 10, 2014
@eapache eapache merged commit 1989333 into master Dec 10, 2014
@eapache eapache deleted the leader-breaker branch December 10, 2014 14:23
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.

Problem with producing messages to topic with unavailable partitions
1 participant