Custom Docker client in api.grpc #838
Unanswered
GoktugOcal
asked this question in
Q&A
Replies: 1 comment
-
There is not a current way to achieve what you want. In the next release, where you can start nodes by way of |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone, I am working on a projec that I want to limit the cpu and memory resources of nodes. I am using emulator to create nodes with docker container and I have defined my own docker node classes that I can set CPU and MEMORY limits as option parameters.
In my project I am using a grpc channel for communication and I assume that using core.api.grpc would be more appropriate for my case ( I have some grpc channel closing issue for lower bandwidths ). Can I define custom docker nodes for grpc module as well? I could not find a way to do that but maybe I have missed something. Is there any opinion to do that? Thank you everyone :)
Beta Was this translation helpful? Give feedback.
All reactions