Re: Kafka stores range ordering

2019-02-21 Thread Matthias J. Sax
It's _not_ a public contract that data of a range() query are returned ordered by key. Thus, you should not rely on it. It depends on the store implementation, and it just happens that default RocksDB does return the data ordered. -Matthias On 2/21/19 9:23 AM, Yurii Demchenko wrote: > Dear Kafk

Kafka stores range ordering

2019-02-21 Thread Yurii Demchenko
Dear Kafka creators, First of all I would like to thank you for your great product. I have a question relating to the Kafka stores and I will be really appreciate if you find a minute to answer. According to javadoc of ReadOnlyKeyValueStore#range(K from, K to) method: > Get an iterator over a gi