momentohq / client-sdk-java

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

fix: cache service exception mapper should read metadata from exc #377

Closed malandis closed 4 months ago

malandis commented 4 months ago

Because the gRPC status exception contains the response metadata, the cache exception mapper should read the metadata from there. Previously we re-used the request metadata, which lacked the server-side processing details.