pchintar commented on code in PR #22310:
URL: https://github.com/apache/kafka/pull/22310#discussion_r3313796639
##########
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:
@mjsax and @chia7712 and @sjhajharia it's been several days, could you
kindly pls respond to this PR? thnx
--
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]