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

workaround kafka retry deadlock #1432 #1543

Merged
merged 2 commits into from
May 2, 2016
Merged

Conversation

urso
Copy link

@urso urso commented May 1, 2016

kafka clients lazily creates 2 output modes, 1 for guaranteed send and 1 for normal retry + data drop. The later mode relies on sarama library handling retries.

Waiting for #1540
Closes #1432

@urso
Copy link
Author

urso commented May 2, 2016

blocked by #1551

urso added 2 commits May 2, 2016 18:06
Initialize output modes with/without guaranteed retry policy.
@urso urso force-pushed the fix/1432-kafka-retry branch from 9d7cad1 to 2dcc607 Compare May 2, 2016 16:06
@urso urso removed the blocked label May 2, 2016
@tsg tsg merged commit cfedc9d into elastic:master May 2, 2016
@urso urso deleted the fix/1432-kafka-retry branch May 30, 2016 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants