Open wbarnha opened 8 months ago
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.
NOT_ENOUGH_REPLICAS
NOT_ENOUGH_REPLICAS_AFTER_APPEND
I don't see them as retriable in the code. Is there a reason for that?
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?