GitHub user bowenli86 opened a pull request:
https://github.com/apache/flink/pull/5017
[FLINK-8076] Upgrade KinesisProducer to 0.10.6 to set properties
approperiately
## What is the purpose of the change
https://github.com/awslabs/amazon-kinesis-producer/issues/124 has been
resolved in kpl 0.10.6, thus we don't need to explicitly set a few default
configs anymore.
## Brief change log
- upgraded kpl from 0.10.5 to 0.10.6
- removed some legacy code
- updated unit tests
## Verifying this change
This change added tests and can be verified as follows:
- testRateLimitInProducerConfiguration()
- testThreadingModelInProducerConfiguration()
- testThreadPoolSizeInProducerConfiguration()
## Does this pull request potentially affect one of the following parts:
none
## Documentation
none
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink FLINK-8076
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5017.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 #5017
----
commit 0a292d6e0467e8db02f112575f257b3819697c24
Author: Bowen Li <[email protected]>
Date: 2017-11-15T04:31:03Z
[FLINK-8076] Upgrade KinesisProducer to 0.10.6 to set properties
approperiately
----
---