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 2022/03/11 17:47:35 UTC

[camel] 02/02: CAMEL-17669 - AWS Kinesis: Make the consumer set only the raw data on the body, and enrich the exchange with more header - note in migration guide

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

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

commit ac4294e01ecddb326fc90feccccfe338db540f02
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 18:46:47 2022 +0100

    CAMEL-17669 - AWS Kinesis: Make the consumer set only the raw data on the body, and enrich the exchange with more header - note in migration guide
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_16.adoc            | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_16.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_16.adoc
index c235b8f..b4e4f6b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_16.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_16.adoc
@@ -343,7 +343,12 @@ and the `configure` method now takes a `CamelContext` as argument.
 
 The option `baseURI` is renamed to `baseUri`.
 
-=== camel-aws
+=== camel-aws2-kinesis
+
+The `camel-aws2-kinesis` component will now set only the raw data as body while consuming from a stream. The data will be an input stream.
+This changes the behavior from the old versions because in the past the component was returning the full record as part of the body.
+
+=== camel-aws2-sqs
 
 The `camel-aws2-sqs` component will now map message headers from their original type
 such as boolean, integer, etc. This requires using Camel for both sending and receiving