Confluent Datagen Source Kafka Connector Deployment Error #10733
Replies: 2 comments 6 replies
-
Please do not CC any people directly on your questions. People will either see your questions and be able to help or not. For example, I know nothing about this connector so I will be unable to help regardless of how much you mention me. Also, in order for anyone to be able to help:
|
Beta Was this translation helpful? Give feedback.
-
@kotapullarao I wonder if the error message is slightly misleading and that actually Connect is unable to connect to Kafka. GET /connectors/datagen-source-connector/config succeeded but PUT /connectors/datagen-source-connector/config failed, and the PUT command also requires Connect to write to the config topic. So I wonder if it's that part that is actually failing. It looks like the connection to Kafka is SASL_SSL, but you haven't provided any trustedCertificates. Does the Confluent Cloud bootstrap server present a certificate signed by a well known CA, or have you missed configuration trustedCertificates? |
Beta Was this translation helpful? Give feedback.
-
Hello Community,
I am trying to deploy a Datagen Source connector from Confluent in Strimzi Kafka connect which is running on OCP k8s. Our Kafka cluster resides in Confluent Cloud. I am building a Custom Strimzi Kafka connect image which includes necessary connectors/plugins.
In Kafka connect instance when I describe as below it lists the available connectors/plugins which contains Datagen as well but when I deploy the connector it fails to find any such connector class.
Below is the main error log and Docker file and CRD's. I have attached the full log as well. Kindly help me if you have any inputs to solve this issue.
Custom Docker file for Image
Kafka Connect crd yaml
Kafka Connector crd yaml
Curl response for available connectors/plugins
Error - For Full Error Log Please see at the end below
Connector Config
Complete Error Log
Beta Was this translation helpful? Give feedback.
All reactions