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/' ```  -- 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