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/10/07 07:42:41 UTC

[camel-kamelets] branch dedup-doc created (now 2a8390d9)

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

acosentino pushed a change to branch dedup-doc
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 2a8390d9 Added some documentation in kafka not secured sink about headers deduplication

This branch includes the following new commits:

     new 89692685 Added some documentation in kafka not secured sink about headers deduplication
     new 2a8390d9 Added some documentation in kafka not secured sink about headers deduplication

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 01/02: Added some documentation in kafka not secured sink about headers deduplication

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch dedup-doc
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 896926858758a8107184551ad717279fe4ec7d0e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 7 09:41:15 2022 +0200

    Added some documentation in kafka not secured sink about headers deduplication
---
 kamelets/kafka-not-secured-sink.kamelet.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kamelets/kafka-not-secured-sink.kamelet.yaml b/kamelets/kafka-not-secured-sink.kamelet.yaml
index 05a20deb..04973aaa 100644
--- a/kamelets/kafka-not-secured-sink.kamelet.yaml
+++ b/kamelets/kafka-not-secured-sink.kamelet.yaml
@@ -39,6 +39,8 @@ spec:
       - `partition-key` / `ce-partitionkey`: as message partition key
 
       Both the headers are optional.
+
+      Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
     required:
       - topic
       - bootstrapServers


[camel-kamelets] 02/02: Added some documentation in kafka not secured sink about headers deduplication

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch dedup-doc
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 2a8390d93d36de0557b95e2f346fc05538cf3cdf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 7 09:42:21 2022 +0200

    Added some documentation in kafka not secured sink about headers deduplication
---
 .../src/main/resources/kamelets/kafka-not-secured-sink.kamelet.yaml     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-sink.kamelet.yaml
index 05a20deb..04973aaa 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-sink.kamelet.yaml
@@ -39,6 +39,8 @@ spec:
       - `partition-key` / `ce-partitionkey`: as message partition key
 
       Both the headers are optional.
+
+      Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
     required:
       - topic
       - bootstrapServers