GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/3868
KAFKA-5908: fix range query in CompositeReadOnlyWindowStore
The `NextIteratorFunction` in `CompositeReadOnlyWindowStore` was
incorrectly using the `timeFrom` as the `timeTo`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka window-store-range-scan
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3868.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3868
----
commit 925f7aa400d876187032cfda191c7f120d9a141f
Author: Damian Guy <[email protected]>
Date: 2017-09-15T09:02:33Z
fix range query
----
---