aonamrata commented on issue #1612:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1612#issuecomment-2063020893

   I initially tried 4.0.3 but i think there is some issue with that package. 
When i do 
   ```
   ENV DYNAMODB_CONNECTOR_VERSION='4.0.3'
   ENV 
CAMEL_REPOSITORY_BASE_URL="https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector";
   RUN mkdir /usr/share/camel && \
       wget -O 
/usr/share/camel/camel-aws-ddb-sink-kafka-connector-${DYNAMODB_CONNECTOR_VERSION}-package.tar.gz
 
${CAMEL_REPOSITORY_BASE_URL}/camel-aws-ddb-sink-kafka-connector/${DYNAMODB_CONNECTOR_VERSION}/camel-aws-ddb-sink-kafka-connector-${DYNAMODB_CONNECTOR_VERSION}-package.tar.gz
 && \
       tar -C /usr/share/camel -zxvf 
/usr/share/camel/camel-aws-ddb-sink-kafka-connector-${DYNAMODB_CONNECTOR_VERSION}-package.tar.gz
   ```
   It downloads the package in plugins path (screenshot) but on registering the 
connector it gives error 
   ```
   2024-04-18 10:35:18 Caused by: 
org.apache.kafka.connect.errors.ConnectException: Failed to find any class that 
implements Connector and which name matches 
org.apache.camel.kafkaconnector.awsddbsink.CamelAwsddbsinkSinkConnector, 
available connectors are:
   ```
   even though the folder is there and the path is in 
   ```
   ENV 
CONNECT_PLUGIN_PATH='/usr/share/java,/usr/share/confluent-hub-components/,/usr/share/camel/'
   ```
   
   
![image](https://github.com/apache/camel-kafka-connector/assets/1792005/7cb0ab3a-f3d8-4edd-b3aa-3800ddfc13e9)
   
   
   
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to