Conversation
Kaonael
had a problem deploying
to
external_collaborator
September 14, 2026 15:08 — with
GitHub Actions
Failure
Kaonael
force-pushed
the
feat/kv-dc-relay-source-modes
branch
from
September 14, 2026 15:13
bd6006e to
de3275f
Compare
Kaonael
had a problem deploying
to
external_collaborator
September 14, 2026 15:13 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 14, 2026 15:27 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 14, 2026 15:48 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 14, 2026 16:09 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 14, 2026 19:58 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 15, 2026 14:03 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 15, 2026 16:24 — with
GitHub Actions
Failure
Kaonael
had a problem deploying
to
external_collaborator
September 15, 2026 17:32 — with
GitHub Actions
Failure
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Signed-off-by: Nikita Sukharev <kaonael@gmail.com>
Kaonael
force-pushed
the
feat/kv-dc-relay-source-modes
branch
from
September 15, 2026 18:39
2d64ec2 to
a11323b
Compare
Kaonael
had a problem deploying
to
external_collaborator
September 15, 2026 18:39 — with
GitHub Actions
Failure
Signed-off-by: PeaBrane <yanrpei@gmail.com>
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.
Summary
Add
--sources-fileto select Relay namespaces from a JSON file, keeping discovery as the default. Both modes implement an internalNamespaceSourcestream and share a namespace membership reconciler. File mode polls for updates; discovery follows model-registration events and periodically refreshes namespaces through DRT. Explicit discovery namespaces remain fixed.Reload namespace selection without restarting Relay, preserve unchanged watches, and retain applied membership on source errors. Retry failed watch setup independently of source updates. Support an optional
connectionRevisionguard throughDYN_RELAY_CONNECTION_REVISION.Expose mode, connection revision, listener readiness, and desired/applied source revisions at
/engine/statethrough the existing engine route registry. The source count represents selected namespaces, including those without matching endpoints. Changes are limited to Relay, its Python bindings, documentation, and tests; runtime, operator, and gRPC contracts are unchanged.Validation