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

fix(kafka): update kafka lib; make kafka errors unsilent #2319

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

docmerlin
Copy link
Contributor

Errors on sending to kafka when they failed, used to fail silently. This
lead to user frustration. This updates the kafka client and injects a
logger so they now fail loudly.

Errors on sending to kafka when they failed, used to fail silently. This
lead to user frustration.  This updates the kafka client and injects a
logger so they now fail loudly.
Copy link
Contributor

@nathanielc nathanielc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Have you tested the new client against a real kafka endpoint?

@docmerlin docmerlin marked this pull request as ready for review April 17, 2020 18:38
@docmerlin
Copy link
Contributor Author

@nathanielc yes I have.

@docmerlin docmerlin merged commit 71a67c4 into master Apr 17, 2020
@docmerlin docmerlin deleted the fix/kafka-log branch April 17, 2020 18:43
@GeorgeJahad
Copy link

This is good news. We have been running into these problems. Is it possible to create a docker image?: https://hub.docker.com/_/kapacitor

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.

3 participants