ijuma commented on a change in pull request #8979:
URL: https://github.com/apache/kafka/pull/8979#discussion_r456443495



##########
File path: 
clients/src/main/java/org/apache/kafka/common/errors/ReplicaNotAvailableException.java
##########
@@ -16,7 +16,13 @@
  */
 package org.apache.kafka.common.errors;
 
-public class ReplicaNotAvailableException extends ApiException {
+/**
+ * The replica is not available for the requested topic partition. This may be
+ * a transient exception during reassignments. From version 2.6 onwards, Fetch 
requests
+ * and other requests intended only for the leader of the topic partition 
return

Review comment:
       Should it be `leader or follower` her and in the ReplicaNotAvailable 
message?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to