Skip to content

feat(transport): unify directstream and fanout route hints#614

Merged
marcus-pousette merged 1 commit intomasterfrom
codex/issue-600-route-hints
Feb 27, 2026
Merged

feat(transport): unify directstream and fanout route hints#614
marcus-pousette merged 1 commit intomasterfrom
codex/issue-600-route-hints

Conversation

@marcus-pousette
Copy link
Member

Summary

  • add shared RouteHint types in stream-interface for directstream ACK route hints and fanout route token hints
  • expose route hint accessors from DirectStream routes (best + full list)
  • expose fanout route-token hint lookup for topic/root/target
  • add getUnifiedRouteHints in pubsub control plane to combine directstream and fanout hints
  • add fanout topics test asserting both hint types are available

Validation

  • pnpm -C packages/transport/stream-interface run build
  • pnpm -C packages/transport/stream run build
  • pnpm -C packages/transport/pubsub-interface run build
  • pnpm -C packages/transport/pubsub run build
  • node ./node_modules/aegir/src/index.js run test --roots ./packages/transport/stream -- -t node --grep "route"
  • node ./node_modules/aegir/src/index.js run test --roots ./packages/transport/pubsub -- -t node --grep "unified route hints"

Refs #600

@marcus-pousette marcus-pousette merged commit 4783d05 into master Feb 27, 2026
17 of 18 checks passed
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.

1 participant