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

Data is lost if the kafka cluster is not reachable #6

Open
jainsuneet opened this issue Feb 4, 2016 · 3 comments
Open

Data is lost if the kafka cluster is not reachable #6

jainsuneet opened this issue Feb 4, 2016 · 3 comments

Comments

@jainsuneet
Copy link

Once the data reaches at Kafka Producer node and if the remote Kafka cluster is not reachable then it simply logs the error and the data is thrown away.

@nickivanov
Copy link
Contributor

@suneetjain What do you suppose should happen? The node cannot just store the payload for later, so the only other alternative is to block the flow, which would not be a good idea.

@kkarthik21
Copy link

@suneetjain - I tried to catch the "BrokerNotAvailableError: Could not find the leader" error via catch node and retry using msg.error or msg._error. but it seems not working.

Any solution would be appreciate.

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

No branches or pull requests

3 participants