UladzislauBlok commented on code in PR #22310:
URL: https://github.com/apache/kafka/pull/22310#discussion_r3294780580
##########
clients/src/main/java/org/apache/kafka/common/utils/internals/ByteUtils.java:
##########
@@ -66,6 +66,17 @@ public static Bytes increment(Bytes input) throws
IndexOutOfBoundsException {
}
}
+ /**
+ * Returns the incremented {@link Bytes} value, or {@code null} if
incrementing would overflow.
+ */
Review Comment:
Hey
I don't have a write access (I'm not committee yet)
@mjsax
Hello Matthias, sorry for ping this PR was waiting for some time. Can you
take a look please. Imo looks good
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]