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 6379ae819c6509989c3edaf9d0deee315d870e6b Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Apr 11 06:57:35 2022 +0200 Add back Kafka SSL Source Kamelet --- .../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml index 141a1cc4..12f29dc8 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml @@ -90,14 +90,6 @@ spec: default: "latest" x-descriptors: - urn:keda:metadata:offsetResetPolicy - consumerGroup: - title: Consumer Group - description: A string that uniquely identifies the group of consumers to which this source belongs - type: string - example: "my-group-id" - x-descriptors: - - urn:keda:metadata:consumerGroup - - urn:keda:required consumerGroup: title: Consumer Group description: A string that uniquely identifies the group of consumers to which this source belongs
