showuon commented on code in PR #14127: URL: https://github.com/apache/kafka/pull/14127#discussion_r1305302285
########## 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: Sorry, `org.apache.kafka.common.errors` is a public API, we need a KIP to add it. That's why I suggested to use the existing `ReplicaNotAvailableException` instead. Could we change it and we can write a KIP for this new `ResourceNotReadyException` if you think it's more appropriate? -- 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