hanyuzheng7 commented on code in PR #14600:
URL: https://github.com/apache/kafka/pull/14600#discussion_r1367619716
##########
streams/src/main/java/org/apache/kafka/streams/state/ReadOnlyKeyValueStore.java:
##########
@@ -48,13 +48,13 @@ public interface ReadOnlyKeyValueStore<K, V> {
* Get an iterator over a given range of keys. This iterator must be
closed after use.
* The returned iterator must be safe from {@link
java.util.ConcurrentModificationException}s
* and must not return null values.
- * Order is not guaranteed as bytes lexicographical ordering might not
represent key order.
+ * Order based on the serialized byte[] of the keys, not the 'logical' key
order.
Review Comment:
ok, I will fix it.
--
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]