orpiske commented on issue #95: Not able to run aws s3 source connector URL: https://github.com/apache/camel-kafka-connector/issues/95#issuecomment-591553953 I few things I think _may_ be relevant ... last time I built an image I had some problems with this. 1. I had to put the connector package `camel-kafka-connector-0.0.1-SNAPSHOT.jar` in a separate directory than the rest of the dependencies. Otherwise, it would slow down the startup and Kafka would complain about it. That would be one of the directories set as the `plugin.path` in the connect properties file 2. The dependencies had to be in a path that gets added to the classpath used by the runner startup script. That could be the `/opt/kafka/libs` or whatever is the path of the kafka libraries (not the plugins). I haven't built an image with latest patches from @valdar, so things may be different now, but might be good to check those items as well.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
