You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Shane Kelly (JIRA)" <ji...@apache.org> on 2017/03/08 11:24:37 UTC

[jira] [Created] (CAMEL-10963) KinesisFirehoseProducer sets the deliverStreamName using getEndpointKey() instead of getStreamName()

Shane Kelly created CAMEL-10963:
-----------------------------------

             Summary: 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


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)