[
https://issues.apache.org/jira/browse/FLINK-7366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122447#comment-16122447
]
ASF GitHub Bot commented on FLINK-7366:
---------------------------------------
GitHub user bowenli86 opened a pull request:
https://github.com/apache/flink/pull/4522
[FLINK-7366][kinesis connector] Upgrade kinesis-producer-library in
flink-connector-kinesis from 0.10.2 to 0.12.5
## What is the purpose of the change
Upgrade kinesis-producer-library in flink-connector-kinesis from 0.10.2 to
0.12.5.
0.10.2 is released in Nov 2015, which is a bit old.
## Verifying this change
This change is already covered by existing tests
## Does this pull request potentially affect one of the following parts:
Nothing outside flink-kinesis-connector
## Documentation
- Does this pull request introduce a new feature? (no)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink FLINK-7366
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4522.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 #4522
----
commit 7486878631e7238283eabfdd575387d32b210f91
Author: Bowen Li <[email protected]>
Date: 2017-08-10T22:09:56Z
FLINK-7366 Upgrade kinesis-producer-library in flink-connector-kinesis from
0.10.2 to 0.12.5
----
> Upgrade kinesis-producer-library in flink-connector-kinesis from 0.10.2 to
> 0.12.5
> ---------------------------------------------------------------------------------
>
> Key: FLINK-7366
> URL: https://issues.apache.org/jira/browse/FLINK-7366
> Project: Flink
> Issue Type: Improvement
> Components: Kinesis Connector
> Reporter: Bowen Li
> Assignee: Bowen Li
> Fix For: 1.4.0
>
>
> flink-connector-kinesis currently uses kinesis-producer-library 0.10.2, which
> is released in Nov 2015 by AWS. It's old. It's the fourth release, and thus
> problematic. It doesn't even have good retry logic, therefore Flink fails
> really frequently (about every 10 mins as we observed) when Flink writes too
> fast to Kinesis and receives RateLimitExceededException,
> Upgrade it to 0.12.5 released in May 2017 to take advantages of all the new
> features and improvements.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)