machi1990 commented on code in PR #13669:
URL: https://github.com/apache/kafka/pull/13669#discussion_r1184074412


##########
clients/src/main/java/org/apache/kafka/clients/producer/Callback.java:
##########
@@ -36,7 +36,7 @@ public interface Callback {
      *                  Non-Retriable exceptions (fatal, the message will 
never be sent):
      *                  <ul>
      *                  <li>InvalidTopicException
-     *                  <li>OffsetMetadataTooLargeException
+     *                  <li>OffsetMetadataTooLarge

Review Comment:
   good catch!
   
   A more general comment unrelated to the change, do you think we can link the 
exceptions classes? 



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

Reply via email to