You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/09/10 07:26:28 UTC

[camel] branch master updated: Update aws-kinesis-component.adoc (#2514)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new b47a089  Update aws-kinesis-component.adoc (#2514)
b47a089 is described below

commit b47a089124c3e8310461c7cb52533dacf87be1e6
Author: Wolfgang M <le...@gmail.com>
AuthorDate: Mon Sep 10 09:26:25 2018 +0200

    Update aws-kinesis-component.adoc (#2514)
    
    The AWS Kinesis Producer actually requires a byte[] instead of a ByteBuffer.
---
 components/camel-aws/src/main/docs/aws-kinesis-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc b/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
index 7c4d682..2cf8010 100644
--- a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
@@ -207,7 +207,7 @@ however, a
 different http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/AWSCredentialsProvider.html[AWSCredentialsProvider]
 can be specified when calling createClient(...).
 
-#### Message headers used by the Kinesis producer to write to Kinesis.  The producer expects that the message body is a `ByteBuffer`.
+#### Message headers used by the Kinesis producer to write to Kinesis.  The producer expects that the message body is a `byte[]`.
 
 [width="100%",cols="10%,10%,80%",options="header",]
 |=======================================================================