This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-kinesis-dup-headers in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 9ffe3bdbf5c4c43d95f1f1202c8e1fa441568cbd Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 7 11:07:02 2022 +0200 Duplicate some of headers with a different name - AWS Kinesis Source --- .../src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml index c840d26a..f01113f0 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-kinesis-source.kamelet.yaml @@ -37,7 +37,7 @@ spec: If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method. - Two headers will be duplicated with different names for clarity at sink level, CamelAwsS3Key will be duplicated into aws.s3.key and CamelAwsS3BucketName will be duplicated in aws.s3.bucket.name + Two headers will be duplicated with different names for clarity at sink level, CamelAwsKinesisPartitionKey will be duplicated into aws.kinesis.partition.key and CamelAwsKinesisSequenceNumber will be duplicated in aws.kinesis.sequence.number required: - stream - region
