Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNS Sink Connector failure - java.lang.NoClassDefFoundError: software/amazon/awssdk/utils/cache/CachedSupplier$StaleValueBehavior #1548

Closed
mohit-chopra opened this issue Aug 10, 2023 · 1 comment

Comments

@mohit-chopra
Copy link

mohit-chopra commented Aug 10, 2023

We are getting java.lang.NoClassDefFoundError: software/amazon/awssdk/utils/cache/CachedSupplier$StaleValueBehaviorwith 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

Is there a patch/fix lined up to address this issue?

@oscerd
Copy link
Contributor

oscerd commented Aug 28, 2023

It should be fixed in 3.20.x

@oscerd oscerd closed this as completed Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants