arjun180 commented on issue #1216: URL: https://github.com/apache/camel-kafka-connector/issues/1216#issuecomment-866241938
To add some more information, my Kafka connect YAML looks like this : ``` apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnect metadata: namespace : my-cluster name: my-connect-cluster annotations: strimzi.io/use-connector-resources: "true" spec: replicas: 1 bootstrapServers: kafka-bootstrap.my-cluster.nvidia.com:9093 tls: trustedCertificates: - secretName: my-secret certificate: server.crt authentication: type: tls certificateAndKey: secretName: kafka-tls-client-credentials certificate: user.crt key: user.key config: group.id: my-connect-cluster offset.storage.topic: my-connect-cluster-offsets config.storage.topic: mya-connect-cluster-configs status.storage.topic: my-connect-cluster-status key.converter: org.apache.kafka.connect.json.JsonConverter value.converter: org.apache.kafka.connect.json.JsonConverter key.converter.schemas.enable: true value.converter.schemas.enable: true config.storage.replication.factor: 1 offset.storage.replication.factor: 1 status.storage.replication.factor: 1 build: output: type: docker image: image:latest pushSecret: <secret> plugins: - name: camel-timer artifacts: - type: tgz url: https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-timer-kafka-connector/0.8.0/camel-timer-kafka-connector-0.8.0-package.tar.gz - name: awss2-kafka-connect artifacts: - type: tgz url: https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/0.8.0/camel-aws2-s3-kafka-connector-0.8.0-package.tar.gz ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org