mohit-chopra opened a new issue, #1548: URL: https://github.com/apache/camel-kafka-connector/issues/1548
We are getting `java.lang.NoClassDefFoundError: software/amazon/awssdk/utils/cache/CachedSupplier$StaleValueBehavior`with camel-aws-sns-sink-kafka-connector-3.18.2. This error is resolved when aws sdk utils-2.17.250.jar is used instead of `utils-2.17.223` shipped with connector. Configuration for connector: ``` "camel.kamelet.aws-sns-sink.topicNameOrArn" : "topic-arn", "camel.kamelet.aws-sns-sink.region": "aws-reg", "camel.kamelet.aws-sns-sink.useDefaultCredentialsProvider": true ``` -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org