Spring Cloud Gateway gives error while reading response from GRPC requests “ResponseFacade cannot be cast to class HttpServerResponse”
I have configured the api gateway with grpc. The requests route correctly to the grpc url, however gateway is unable to read the response and it fails with below error.
“ResponseFacade cannot be cast to class HttpServerResponse”
Unable to integrate grpc with spring cloud gateway
I am trying to integrate grpc with spring cloud gateway.
I want to hit a grpc gateway url with proto file and redirect it to the grpc service.
My gateway config looks like below