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 ebaad250fff0e1af7c95913dac00d5a2b1501af8 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Apr 11 06:56:47 2022 +0200 Add back Kafka SSL Source Kamelet --- kamelets/kafka-ssl-source.kamelet.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kamelets/kafka-ssl-source.kamelet.yaml b/kamelets/kafka-ssl-source.kamelet.yaml index 141a1cc4..12f29dc8 100644 --- a/kamelets/kafka-ssl-source.kamelet.yaml +++ b/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
