gRPC and Global Exception Mappers #26869
Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
We don't have such a feature yet. Can you open an issue and explain what kind of API you have in mind? |
Beta Was this translation helpful? Give feedback.
-
I found this after being frustrated that attempts to return custom exceptions and map them to grpc StatusRuntimeException in an interceptor require:
My solution was to have my custom exception extend It would be great if there was a way (similar to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a custom exception mapper for gRPC in Quarkus similar to @ServerExceptionMapper for JAX-RS. Any solution around global exception handling in gRPC and Quarkus would be helpful. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions