Replies: 2 comments 2 replies
-
@bentoml.service
class Service
child = bentoml.Depends(ChildCls, url="address_to_other_node") this will ensure type + correctness based on your usecase here. |
Beta Was this translation helpful? Give feedback.
1 reply
-
How do you deploy your services? If you use The format is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a condition we have one router service deploy on one node, and multiple workers deployed on other nodes, so how to connect the router with the multiple workers? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions