Conversation
…re a restart Retain the attested principal and bind Instant on every RouteBinding so the census can distinguish reserved consumers from direct connections and report route age.\n\nDraining bindings stay visible with their draining state. supervisor.routes remains control-plane-only and is not exposed through the MCP facade or any agent-tool surface.
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.
Twin at e9cdca5 post-#23 rebase (mergeable verified).
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.Summary by cubic
Introduce a control-plane route census to enumerate live consumers per module or daemon-wide. Previously there was no way to inspect route ownership; now
supervisor.routesreports consumer identity, age, and draining state without contacting modules, making restarts safer.supervisor.routestosubc-controlrequests and responses. Responses include modules with routes, each route’s consumer (reserved { module_id }ordirect { connection_id }),age_ms, anddraining.principalandbound_aton each route binding insubc-coreforwarding; implementroute_censusandendpoint_routesthat read under a single table lock.ck routes [<module-id>], with--jsonsupport.subc-controlto0.3.0,subc-coreto0.5.0.subc-controlmust bump to0.3and update exhaustiveClientControlRequest/ClientControlResponsematches to handleSupervisorRoutes.Written for commit e9cdca5. Summary will update on new commits.