This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch remove-wrong-docs in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 7ab6ceb2310fddb64e4fc0e7ab9d377b373205ad Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jul 12 12:16:49 2024 +0200 Removed references to old Bean used to deduplicate headers Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml | 2 -- kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml | 2 -- kamelets/kafka-not-secured-sink.kamelet.yaml | 2 -- .../kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml | 2 -- .../kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml | 2 -- .../src/main/resources/kamelets/kafka-not-secured-sink.kamelet.yaml | 2 -- 6 files changed, 12 deletions(-) diff --git a/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml b/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml index f09dc47c..41137ab9 100644 --- a/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml +++ b/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml @@ -40,8 +40,6 @@ 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 diff --git a/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml b/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml index 99111c38..18992667 100644 --- a/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml +++ b/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml @@ -40,8 +40,6 @@ 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 diff --git a/kamelets/kafka-not-secured-sink.kamelet.yaml b/kamelets/kafka-not-secured-sink.kamelet.yaml index b7b8ee0e..2192684e 100644 --- a/kamelets/kafka-not-secured-sink.kamelet.yaml +++ b/kamelets/kafka-not-secured-sink.kamelet.yaml @@ -40,8 +40,6 @@ 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 diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml index f09dc47c..41137ab9 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-sink.kamelet.yaml @@ -40,8 +40,6 @@ 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 diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml index 99111c38..18992667 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-not-secured-apicurio-registry-sink.kamelet.yaml @@ -40,8 +40,6 @@ 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 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 b7b8ee0e..2192684e 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 @@ -40,8 +40,6 @@ 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
