0
votes

I am trying to build a gRPC service in Java. I also want to serve HTTP+JSON requests. I read about Envoy and grpc-gateway for creating a reverse proxy. But I am not able to do so effectively. I have added google.api.http option in proto file but I am stuck here. Can anyone tell how to go about this problem with some steps? Thank You in advance.

1

1 Answers

0
votes

Is this the one https://github.com/grpc-ecosystem/grpc-gateway you are using? Have you searched there for help?