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

support for gRPC-based p2p backend (EXPERIMENTAL) #222

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

myungjin
Copy link
Contributor

@myungjin myungjin commented Sep 1, 2022

gRPC-based point-to-point backend is implemented.
For point-to-point backend, metaserver is also implemented.
The metaserver is a broker that provides a set of endpoints to each
worker so that workers can communicate with each other.

The p2p backend is implemented with asyncio gRPC.

@codecov-commenter
Copy link

Codecov Report

Merging #222 (2265933) into main (6785f50) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #222   +/-   ##
=======================================
  Coverage   22.41%   22.41%           
=======================================
  Files          35       35           
  Lines        1593     1593           
=======================================
  Hits          357      357           
  Misses       1226     1226           
  Partials       10       10           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

gRPC-based point-to-point backend is implemented.
For point-to-point backend, metaserver is also implemented.
The metaserver is a broker that provides a set of endpoints to each
worker so that workers can communicate with each other.

The p2p backend is implemented with asyncio gRPC.
@myungjin myungjin merged commit 9af0480 into cisco-open:main Sep 1, 2022
@myungjin myungjin deleted the p2p_backend_refinement branch September 1, 2022 02:57
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 this pull request may close these issues.

2 participants