bmscomp commented on code in PR #13627:
URL: https://github.com/apache/kafka/pull/13627#discussion_r1903360183
##########
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:
@ijuma Thanks so much for the review, please give me some time and I will
come with my own optimisation, may be I need to stick on the early one I
provided, I will update come back soon with some, I think I need some learnings
to do this pull request and make it in a better shape
--
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]