Closed ShivaniSK closed 6 months ago
`Please try Spring Bean Configuration method to configure gateway for a fix for now.
yaml configuration to build a gateway seems to have an issue when binding the values.`
Sorry for the confusion I have made. I am working on the debugging to find the solution for it
Please ignore the answer I have given you. Will get back to you once I found the reasons.
Hi @jivebreaddev , Sure thanks. Kindly let me know if its working fine for you or if anything missed from my side.
Hi @jivebreaddev , is there any update ?
Closing the ticket as raised another one with exact issue https://github.com/spring-cloud/spring-cloud-gateway/issues/3411
I am trying to integrate grpc with spring cloud gateway. I want to hit a grpc url and redirect it to the grpc service. My gateway config looks like below
On deploying above changes, when i hit the below gateway url
grpc://<api-gateway-host>:8080/grpc-api
It does not redirect to grpc://grpc-test:50053 . I get "service unavailable error". I am able to reach the grpc service pod directly by hitting grpc://grpc-test:50053, but its not redirecting via api-gateway. I am using springboot version 3.2.3. Spring cloud version is 2023.0.0. I have added below dependenciesCan you please help me out on the issue. Or let me know if have missed out on anything. Do i need to add any grpc specfic dependency?