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

Tracking issue for using zenoh in dora #512

Open
phil-opp opened this issue May 24, 2024 · 0 comments
Open

Tracking issue for using zenoh in dora #512

phil-opp opened this issue May 24, 2024 · 0 comments
Labels

Comments

@phil-opp
Copy link
Collaborator

Dora currently uses custom TCP streams to communicate with remote nodes (related: #459). This only works if the machines have public IPs, which is often not the case for cloud instances. By using zenoh, we could make it easier to deploy to cloud systems.

Other possible advantages of using zenoh:

  • Simplify metadata communication between nodes and the daemon.
    • We want to continue using shared memory for message data to benefit from zero-copy (especially relevant for large messages).
    • However, we could use zenoh to send small metadata, such as drop tokens or log messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant