You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
@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.
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.
The text was updated successfully, but these errors were encountered: