Thank's a lot for this video. I have a problem with the GrpcAdvice annotation. When my service throws the exception, the flow don't hit the handler methods. Any idea?
You may specify different root class of exception. For debugging, you would put Exception class(of java.lang) to advisor. If it doesn't hit, advisor might not be loaded properly. Then check the annotation itself or stack of spring.
Great video to learn the error handling in the gRPC microservice :)
Please keep making videos, And also make unit testing....
Great
Thank's a lot for this video. I have a problem with the GrpcAdvice annotation. When my service throws the exception, the flow don't hit the handler methods. Any idea?
You may specify different root class of exception. For debugging, you would put Exception class(of java.lang) to advisor. If it doesn't hit, advisor might not be loaded properly. Then check the annotation itself or stack of spring.