You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/01 12:55:42 UTC

[jira] [Commented] (KAFKA-4999) Add convenience overload for seek* methods

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

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

GitHub user TimoMeijer opened a pull request:

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

    KAFKA-4999: Add convenience overloads to seek* methods

    This contribution is my original work and I license the work to the project under the project's open source license.

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

    $ git pull https://github.com/TimoMeijer/kafka kafka-4999

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

    https://github.com/apache/kafka/pull/2784.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 #2784
    
----
commit 01eb3c73740f2d4677108b55c8f6741d03523c18
Author: Timo Meijer <ti...@rabobank.nl>
Date:   2017-04-01T12:52:13Z

    KAFKA-4999: Add convenience overloads to seek* methods

----


> Add convenience overload for seek* methods
> ------------------------------------------
>
>                 Key: KAFKA-4999
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4999
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Timo Meijer
>              Labels: Quickfix
>
> The most common use case when using the seek* methods is to work on the currently assigned partitions. This behavior is supported by passing an empty list, but this is not very intuitive.
> Adding an overloaded method for all seek* methods without parameters that has the same behavior; using the currently assigned partitions, would improve the API and user experience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)