GrpcAdvice doesn’t work with Spring WebFlux
I have a Spring Webflux application that has grpc service.
Also I have component annotated by @GrpcAdvice for handling all exceptions.
When I get an exception from my service, I log it and call responseObserver#onError to my global grpc-exception handler handle the exception, but it doesn’t. I even don’t see log from the handling method.