GitHub user eskabetxe opened a pull request:
https://github.com/apache/flink/pull/5160
[FLINK-8249] [KinesisConnector] [hotfix] aws region is never setted in
KinesisProducer
## What is the purpose of the change
solve the issue related, adding aws region to kinesis producer configuration
## Verifying this change
This change added tests and can be verified as follows:
- Added test that validates that region is correctly setted
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: ( no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## 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/eskabetxe/flink FLINK-8249_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5160.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 #5160
----
commit 8523d4bb283edf6974fc9b5ca58ed381459f1a11
Author: eskabetxe <[email protected]>
Date: 2017-12-13T11:43:27Z
FLINK-8249: setting region on kinesisProducerConfiguration and testig
----
---