momentohq / client-sdk-java

Official Java SDK for Momento Serverless Cache
Apache License 2.0
13 stars 5 forks source link

chore: make eager connection failure hard failure #355

Closed pratik151192 closed 7 months ago

pratik151192 commented 7 months ago

This PR throws exception if eager connection to Momento fails rather than treating is as a best effort. This ensures that clients can safely retry their Lambdas or handle deployments accordingly, as a connection failure is a lot likely to result in client-side timeouts/errors.