Multi Relay Communication with Coordinator#118
Merged
englishm merged 18 commits intocloudflare:mainfrom Dec 18, 2025
Merged
Conversation
nemethf
reviewed
Nov 28, 2025
sgodin
reviewed
Dec 1, 2025
| Ok((session.into(), connection_id_hex)) | ||
| } | ||
|
|
||
| /// Default DNS resolution logic that filters results by address family. |
Contributor
There was a problem hiding this comment.
Cool - this appears to accomplish the same things I did in this PR: #111
Contributor
Author
There was a problem hiding this comment.
Yes. Sorry I noticed this later after doing the PR. But yeah this now covers for dns resolution by considering address family. Also I am planning to pass custom dns resolution logic in a seperate PR later.
…le implementation
- namespace parsing fix - add http api coordinator
englishm-cloudflare
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for multi relay communication to have multiple relay's deployed and communicate about the namespaces for publishing and subscribing.
We now have a Coordinator interface which can be implemented based on user's requirement. There is already a file coordinator which uses file as a backend to store the information about the namespaces and relay url.