Replies: 1 comment 5 replies
-
I guess you would need to provide more details about how are you building the image and what are you adding to it and share full logs. But one things that is definitely wrong is
So both |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
025-01-27 14:12:36,083 ERROR Uncaught exception in REST call to /connectors/my-source-connector/config (org.apache.kafka.connect.runtime.rest.errors.ConnectExceptionMapper) [qtp1945836927-27]
org.apache.kafka.connect.errors.ConnectException: Failed to find any class that implements Connector and which name matches org.apache.camel.kafkaconnector.awssqssink.CamelAwssqssinkSinkConnector, available connectors are: PluginDesc{klass=class org.apache.kafka.connect.file.FileStreamSinkConnector, name='org.apache.kafka.connect.file.FileStreamSinkConnector', version='3.0.0', encodedVersion=3.0.0, type=sink, typeName='sink', location='classpath'}, PluginDesc{klass=class org.apache.kafka.connect.file.FileStreamSourceConnector, name='org.apache.kafka.connect.file.FileStreamSourceConnector', version='3.0.0', encodedVersion=3.0.0, type=source, typeName='source', location='classpath'}, PluginDesc{klass=class org.apache.kafka.connect.mirror.MirrorCheckpointConnector, name='org.apache.kafka.connect.mirror.MirrorCheckpointConnector', version='1', encodedVersion=1, type=source, typeName='source', location='classpath'}, PluginDesc{klass=class org.apache.kafka.connect.mirror.MirrorHeartbeatConnector
I am trying add the camel aws sqs sink connnector to strimzi kafka connect but eventhough i have added the plugin correctly, getting above error i.e connector was not added .
@scholzj
Custom Image: -
Kafkaconnect and connector configuration:
Beta Was this translation helpful? Give feedback.
All reactions