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
If a consumer fails to process the input stream due to a KafkaError (e.g. Broker transport failure) it should retry and not rely on all other Consumers failing as well. Encountering processing errors should stop the consumer (which is currently the case) but Kafka errors should be handled differently.
The text was updated successfully, but these errors were encountered:
If a consumer fails to process the input stream due to a KafkaError (e.g. Broker transport failure) it should retry and not rely on all other Consumers failing as well. Encountering processing errors should stop the consumer (which is currently the case) but Kafka errors should be handled differently.
The text was updated successfully, but these errors were encountered: