valdar edited a comment on issue #95: Not able to run aws s3 source connector URL: https://github.com/apache/camel-kafka-connector/issues/95#issuecomment-591546574 @ruchirvaninasdaq I think now you have the correct jars, but for some reason, they are not picked up in the Kafka connect classpath. I see that the Strimzi doc mention this as a recipe to make a custom image for kafka connectors: ``` FROM strimzi/kafka:latest-kafka-2.4.0 USER root:root COPY ./my-plugins/ /opt/kafka/plugins/ USER 1001 ``` I see 2 differences with your Dockerfile: - USER 1001 (i.e. some permissions problems?) - Probably you end up with a different directory layout? (i.e. it seems that each plugin should be in its own sub-directory under `/opt/kafka/plugins/` like `COPY plugins/ /opt/kafka/plugins/` ?)
---------------------------------------------------------------- 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 With regards, Apache Git Services