Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: tensorflow serving #1425

Closed
Arnold1 opened this issue May 29, 2020 · 1 comment
Closed

question: tensorflow serving #1425

Arnold1 opened this issue May 29, 2020 · 1 comment

Comments

@Arnold1
Copy link

Arnold1 commented May 29, 2020

Hi,

Does grpc-gateway support tensorflow serving as grpc service?

@johanbrandhorst
Copy link
Collaborator

Hi Arnold,

I don't know what the tensorflow gRPC service is, but the grpc-gateway can support arbitrary gRPC servers via the code generation from the proto file. If you have access to the proto file you can generate a client that you can put in front of the gRPC service. If you are not able to edit the protofile you can use https://grpc-ecosystem.github.io/grpc-gateway/docs/grpcapiconfiguration.html.

Hope that helps. Next time, for this sort of question, could you use the #grpc-gateway support channel on Gophers slack?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants