spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

How can spring cloud gateway route traffics to Go service via gRPC?

Open xunyao4dev opened this issue 6 months ago • 1 comments

I have some micro services build via Go, these call each other via gRPC, now I want to found a gateway like spring cloud gateway, I receive a http rest request, than route to Go. In our micro services cluster, there is a nacos, so I choose the spring cloud gateway as our gateway. a bad news is that I don't want to be careful about the proto files and I can not gather them into my gateway

xunyao4dev avatar Jun 24 '25 07:06 xunyao4dev

I don't want to be careful about the proto files and I can not gather them into my gateway

That's how gRPC works - you literally can't do anything without the schema. What were you expecting?

dsyer avatar Jul 09 '25 16:07 dsyer