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-kamelets.git
commit 36ed8a3ac07099ddb87f2ea749e31d2ac1a6426d Author: Andrea Cosentino <anco...@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