[ 
https://issues.apache.org/jira/browse/CAMEL-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902805#comment-15902805
 ] 

ASF GitHub Bot commented on CAMEL-10963:
----------------------------------------

Github user tigertoes closed the pull request at:

    https://github.com/apache/camel/pull/1515


> 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
>            Assignee: Claus Ibsen
>            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)

Reply via email to