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
According to the kafka protocol doc, the errors NOT_ENOUGH_REPLICAS and NOT_ENOUGH_REPLICAS_AFTER_APPEND, error codes 19 and 20 respectively, should be retriable.
I don't see them as retriable in the code. Is there a reason for that?
The text was updated successfully, but these errors were encountered:
According to the kafka protocol doc, the errors
NOT_ENOUGH_REPLICAS
andNOT_ENOUGH_REPLICAS_AFTER_APPEND
, error codes 19 and 20 respectively, should be retriable.I don't see them as retriable in the code. Is there a reason for that?
The text was updated successfully, but these errors were encountered: