[
https://issues.apache.org/jira/browse/NIFI-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323154#comment-16323154
]
ASF GitHub Bot commented on NIFI-4748:
--------------------------------------
GitHub user jfrazee opened a pull request:
https://github.com/apache/nifi/pull/2399
NIFI-4748 Add endpoint override to Kinesis processors
Note that for some mock Kinesis implementations you have to disable CBOR;
this can be done by setting the environment variable AWS_CBOR_DISABLE=1 or
adding the property com.amazonaws.sdk.disableCbor=1 to bootstrap.conf.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jfrazee/nifi NIFI-4748
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2399.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 #2399
----
commit 6ef2b8e1221e438bb870ec91695265546cc453b8
Author: Joey Frazee <jfrazee@...>
Date: 2018-01-11T21:00:42Z
NIFI-4748 Add endpoint override to Kinesis processors
----
> Add endpoint override to PutKinesisStream and PutKinesisFirehose
> ----------------------------------------------------------------
>
> Key: NIFI-4748
> URL: https://issues.apache.org/jira/browse/NIFI-4748
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Joey Frazee
> Assignee: Joey Frazee
>
> Both AmazonKinesisClient and AmazonKinesisFirehoseClient support setRegion()
> and endpoint override can be useful for unit testing and working with Kinesis
> compatible services, so it'd be helpful to add the ENDPOINT_OVERRIDE property
> to these processors.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)