KafkaConnector error: ConnectRestException #10875
Replies: 3 comments 8 replies
-
I guess the start will be to share the full logs from the operator and from Connect. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I would need more help. It seems like the problem what solved by adding everything under the same artifcats as you suggested: plugins:
- name: kafka-connect-s3
artifacts:
- type: zip
url: .../jars/confluentinc-kafka-connect-s3-10.4.2.zip
sha512sum: b5fv4e...
- type: zip
url: .../jars/confluentinc-kafka-connect-avro-converter-7.3.3.zip
sha512sum: 8b9b3... it seems like I was looking at the wrong operators, kafkaconnect instead of kafkaconnectors. kafkaconnectors still seem not ready, after I tried to send a message thourgh the topic, there is a senderror. Here is a log:
Thanks for all help |
Beta Was this translation helpful? Give feedback.
-
I have isolated the root/main problem: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'java.lang.String org.apache.kafka.common.utils.Utils.join(java.util.Collection, java.lang.String)' [in thread "pool-2-thread-1"]
at io.confluent.connect.s3.S3SinkConnectorConfig$CannedAclValidator.<clinit>(S3SinkConnectorConfig.java:1222) The image created seems to be using kafka with version |
Beta Was this translation helpful? Give feedback.
-
I have the following config file for both kafkaconnect and kafkaconnector respectively:
The pod for kafka connect is running without any problem and the image created is successfully pushed to the repository. However kafka connector is not running and I am getting errors:
gives:
Yes, I have read the discussion at https://github.com/orgs/strimzi/discussions/6501 but that does not seem to solve my particular problem
Beta Was this translation helpful? Give feedback.
All reactions