L040639 commented on issue #1697: URL: https://github.com/apache/camel-kafka-connector/issues/1697#issuecomment-2617937346
```yaml FROM registry.redhat.io/amq-streams/kafka-37-rhel9:2.8.0-4 USER root:root # Create the plugins directory RUN mkdir -p /opt/kafka/plugins COPY ./plugins/ /opt/kafka/plugins/ USER 1001 ``` Using camel sqs connectors in openshift clusters, now i am getting a below different error after changing the base image from strimzi to redhat now **no camel sqs plugins founded eventhough i have the plugins in the opt/kafka/plugins directory** . Building the kafka connect custom image using above dockerfile and the downloaded the camel aws-sqs-sink connected from here `https://camel.apache.org/camel-kafka-connector/4.8.x/reference/index.html` PUT /connectors/my-source-connector/config returned 500 (Internal Server Error): 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='2.5.0', encodedVersion=2.5.0, type=sink, typeName='sink', location='classpath'}, PluginDesc{klass=class org.apache.kafka.connect.file.FileStreamSourceConnector -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
