[ 
https://issues.apache.org/jira/browse/KAFKA-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427374#comment-15427374
 ] 

ASF GitHub Bot commented on KAFKA-4064:
---------------------------------------

GitHub user theduderog opened a pull request:

    https://github.com/apache/kafka/pull/1761

    KAFKA-4064 Add support for infinite endpoints for range queries in Kafka 
Streams KV stores

    @guozhangwang 
    
    I had to fix the bug with in-memory ranges being exclusive and RocksDB 
being inclusive to get meaningful tests to work.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/theduderog/kafka range-query

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1761.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 #1761
    
----
commit c286dab5c2869c96e514168d6f0de604813da78d
Author: Roger Hoover <roger.hoo...@gmail.com>
Date:   2016-08-18T23:12:22Z

    First pass

commit 1b5671db15acea2cb6bf79a2cb31e101f46bd7d5
Author: Roger Hoover <roger.hoo...@gmail.com>
Date:   2016-08-18T23:29:54Z

    Added unit tests

commit 92b6f2630909d46c21070c634b5f9efe8e9cc9c7
Author: Roger Hoover <roger.hoo...@gmail.com>
Date:   2016-08-18T23:44:39Z

    Clean up

----


> Add support for infinite endpoints for range queries in Kafka Streams KV 
> stores
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-4064
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4064
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 0.10.1.0
>            Reporter: Roger Hoover
>            Assignee: Roger Hoover
>            Priority: Minor
>             Fix For: 0.10.1.0
>
>
> In some applications, it's useful to iterate over the key-value store either:
> 1. from the beginning up to a certain key
> 2. from a certain key to the end
> We can add two new methods rangeUtil() and rangeFrom() easily to support this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to