etolbakov commented on code in PR #12388:
URL: https://github.com/apache/kafka/pull/12388#discussion_r917938399


##########
clients/src/main/java/org/apache/kafka/common/requests/JoinGroupRequest.java:
##########
@@ -70,6 +70,21 @@ public static void validateGroupInstanceId(String id) {
         });
     }
 
+    /**
+     * Ensures that the provided {@code reason} remains within a range of 255 
chars.
+     * @param reason This is the reason that is sent to the broker over the 
wire
+     *               as a part of {@code JoinGroupRequest}, {@code 
LeaveGroupRequest}
+     *               or {@code RemoveMembersFromConsumerGroupOptions} messages.

Review Comment:
   though it looks like a straightforward change, probably I need to spend more 
time digesting it.



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