You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/10 11:56:04 UTC

[jira] [Commented] (BEAM-2248) KafkaIO support to use start read time to set start offset

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

ASF GitHub Bot commented on BEAM-2248:
--------------------------------------

GitHub user JingsongLi opened a pull request:

    https://github.com/apache/beam/pull/3044

    [BEAM-2248] KafkaIO support to use start read time to set start offset

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


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

    $ git pull https://github.com/JingsongLi/beam BEAM-2248

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

    https://github.com/apache/beam/pull/3044.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 #3044
    
----
commit 87ed0f3d1223add74b03e8e8ff9872c9eb32de67
Author: JingsongLi <lz...@aliyun.com>
Date:   2017-05-10T11:49:04Z

    [BEAM-2248] KafkaIO support to use start read time to set start offset

----


> KafkaIO support to use start read time to set start offset
> ----------------------------------------------------------
>
>                 Key: BEAM-2248
>                 URL: https://issues.apache.org/jira/browse/BEAM-2248
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-java-extensions
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>
> This Kafka 0.10.x adds support for a searchable index for each topic based off of message timestamps. It enables consumer support for offset lookup by timestamp.
> So we can add a start read time to set start offset.



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