abhijeetk88 commented on code in PR #14127: URL: https://github.com/apache/kafka/pull/14127#discussion_r1305501226
########## clients/src/main/java/org/apache/kafka/common/errors/ResourceNotReadyException.java: ########## @@ -0,0 +1,14 @@ +package org.apache.kafka.common.errors; + +public class ResourceNotReadyException extends RetriableException { Review Comment: We couldn't find another exception that fits our case. We can use `ReplicaNotAvailableException` for now. I have created a jira to introduce a new retryable exception/error code. https://issues.apache.org/jira/browse/KAFKA-15405 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org