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

Python Wrapper not exposing all Services via grpc #906

Closed
ukclivecox opened this issue Oct 3, 2019 · 0 comments · Fixed by #992
Closed

Python Wrapper not exposing all Services via grpc #906

ukclivecox opened this issue Oct 3, 2019 · 0 comments · Fixed by #992
Assignees
Milestone

Comments

@ukclivecox
Copy link
Contributor

Only Generic and Model are exposed. Now added Transformer via #905

prediction_pb2_grpc.add_GenericServicer_to_server(seldon_model, server)
prediction_pb2_grpc.add_ModelServicer_to_server(seldon_model, server)

Any reason not to add all?

@ukclivecox ukclivecox added this to the 0.5.x milestone Oct 3, 2019
@ukclivecox ukclivecox self-assigned this Oct 3, 2019
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

Successfully merging a pull request may close this issue.

1 participant