jolshan commented on code in PR #15364:
URL: https://github.com/apache/kafka/pull/15364#discussion_r1520191884


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/Utils.java:
##########
@@ -37,4 +42,28 @@ public static OptionalInt ofSentinel(int value) {
     public static OptionalLong ofSentinel(long value) {
         return value != -1 ? OptionalLong.of(value) : OptionalLong.empty();
     }
+
+    /**
+     * @return The provided assignment as a String.

Review Comment:
   Could we maybe include and example string and what its components are?



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