[
https://issues.apache.org/jira/browse/FLINK-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15711248#comment-15711248
]
ASF GitHub Bot commented on FLINK-4523:
---------------------------------------
GitHub user tony810430 opened a pull request:
https://github.com/apache/flink/pull/2916
[FLINK-4523] [kinesis] Allow Kinesis Consumer to start from specific
timestamp / Date
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony810430/flink FLINK-4523
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2916.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 #2916
----
commit e2d2cf2e604e329523c53ebfb1b4c4597687211b
Author: 魏偉哲 <[email protected]>
Date: 2016-12-01T03:40:46Z
[FLINK-4523] Allow Kinesis Consumer to start from specific timestamp / Date
----
> Allow Kinesis Consumer to start from specific timestamp / Date
> --------------------------------------------------------------
>
> Key: FLINK-4523
> URL: https://issues.apache.org/jira/browse/FLINK-4523
> Project: Flink
> Issue Type: New Feature
> Components: Kinesis Connector
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: Wei-Che Wei
> Fix For: 1.2.0
>
>
> We had a Kinesis user requesting this feature on an offline chat.
> To be specific, we let all initial Kinesis shards be iterated starting from
> records at the given timestamp.
> The AWS Java SDK we're using already provides API for this, so we can add
> this functionality with fairly low overhead:
> http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/kinesis/model/GetShardIteratorRequest.html#setTimestamp-java.util.Date-
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)