I have been following this article.
I am trying to handle gRPC errors gracefully within Spring-boot application, the main goal is to be able to get the error status in the gRPC client.
Following the article above, I am stuck on adding the interceptor for the exceptions. How do I do this in Spring-boot app? Through @Configuration ?
Or in general, how do you accomplish getting a proper error message through the client of a gRPC call?