ijuma commented on code in PR #13627:
URL: https://github.com/apache/kafka/pull/13627#discussion_r1903349807
##########
clients/src/main/java/org/apache/kafka/common/Uuid.java:
##########
@@ -151,19 +151,22 @@ private byte[] getBytesFromUuid() {
return uuidBytes.array();
}
+ /**
+ * Compares this Uuid with another given Uuid.
+ * <p>
+ * This implementation is taken from the compareTo method of the official
java.util.UUID implementation.
Review Comment:
We can't take the implementation from OpenJDK, that code has a difference
license.
--
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]