-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[gRPC] Migrate raylet client implementation to grpc #5120
Conversation
Test FAILed. |
Test PASSed. |
At present, it seems there are two failures. |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
Test FAILed. |
What do these changes do?
At present, raylet use boost asio library to listen message from raylet client. This pr substitute asio for grpc.
Related issue number
Linter
scripts/format.sh
to lint the changes in this PR.