mumrah commented on a change in pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#discussion_r475625111



##########
File path: clients/src/main/java/org/apache/kafka/common/protocol/Errors.java
##########
@@ -325,7 +326,8 @@
     UNSTABLE_OFFSET_COMMIT(88, "There are unstable offsets that need to be 
cleared.", UnstableOffsetCommitException::new),
     THROTTLING_QUOTA_EXCEEDED(89, "The throttling quota has been exceeded.", 
ThrottlingQuotaExceededException::new),
     PRODUCER_FENCED(90, "There is a newer producer with the same 
transactionalId " +
-            "which fences the current one.", ProducerFencedException::new);
+            "which fences the current one.", ProducerFencedException::new),
+    INVALID_UPDATE_VERSION(91, "The given ISR version was out-of-date.", 
InvalidUpdateVersionException::new);

Review comment:
       This error message should be less specific




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