[
https://issues.apache.org/jira/browse/CAMEL-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901503#comment-15901503
]
ASF GitHub Bot commented on CAMEL-10963:
----------------------------------------
GitHub user tigertoes opened a pull request:
https://github.com/apache/camel/pull/1515
CAMEL-10963 Correcting getEndpointKey call
This should fix the underlying issue (sorry about that!).
I do want to put an integration test much like the others, but I think
that's best followed up with another PR? Or if you can wait a little bit I can
produce it as part of this one.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tigertoes/camel CAMEL-10963
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1515.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 #1515
----
commit 737544a428abed2ad9501755efcd64e3ae60c7ee
Author: Tony Tiger <[email protected]>
Date: 2017-03-08T16:15:00Z
CAMEL-10963 Correcting getEndpointKey call
----
> KinesisFirehoseProducer sets the deliverStreamName using getEndpointKey()
> instead of getStreamName()
> ----------------------------------------------------------------------------------------------------
>
> Key: CAMEL-10963
> URL: https://issues.apache.org/jira/browse/CAMEL-10963
> Project: Camel
> Issue Type: Bug
> Components: camel-aws
> Reporter: Shane Kelly
> Priority: Minor
> Labels: easyfix
> Fix For: 2.19.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> In the KinesisFirehoseProducer.createRequest() method, you have this line:
> ~~~~
> putRecordRequest.setDeliveryStreamName(getEndpoint().getEndpointKey());
> ~~~~
> but the deliverStreamName should be set using getEndpoint().getStreamName()
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)