saranyaeu2987 edited a comment on issue #282: URL: https://github.com/apache/camel-kafka-connector/issues/282#issuecomment-646290314
@oscerd I got all jar from https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector/camel-aws2-s3-kafka-connector/ If its incorrect can you please give me maven repo link aws2-s3? > so it is camel.component.aws2-s3... There are few camel.component folders in https://repo1.maven.org/maven2/org/apache/camel/ and have hard time in all finding dependent jars Is there a list of dependent jars thats need to be in **/opt/kafka/plugins/camel-aws-s3/** in docker container ``` FROM strimzi/kafka:0.18.0-kafka-2.5.0 USER root:root COPY ./camel-plugins/ /opt/kafka/plugins/camel-aws-s3/ USER 1001 ``` ---------------------------------------------------------------- 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