docs(relay): document the native integration - #629
Conversation
d390747 to
627f2bb
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. WalkthroughThe PR adds a NeMo Relay integration guide, updates existing documentation links, and adds the guide to the MkDocs navigation. The guide covers setup, routing, supported APIs, state, telemetry, metrics, and data handling. ChangesNeMo Relay documentation
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This publishes the NeMo Relay integration guide and links it from the documentation home page and navigation. No current merge-blocking risk remains. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
Signed-off-by: Alex Fournier <afournier@nvidia.com>
Signed-off-by: Alex Fournier <afournier@nvidia.com>
Signed-off-by: Alex Fournier <afournier@nvidia.com>
Signed-off-by: Alex Fournier <afournier@nvidia.com>
Signed-off-by: Alex Fournier <afournier@nvidia.com>
Signed-off-by: Alex Fournier <afournier@nvidia.com>
Signed-off-by: Alex Fournier <afournier@nvidia.com>
3a08e10 to
f9d9c95
Compare
What
Why
The native plugin landed in #528, but the published Switchyard docs currently send readers straight to the crate README. That README covers configuration, but it does not explain which work remains inside Switchyard, what Relay records, how unmatched models behave, or what downstream subscribers can rely on.
This page documents the Switchyard-specific behavior and links to Relay for the surrounding runtime and exporter behavior.
Version compatibility
The plugin manifest remains the source of truth and currently accepts Relay
>=0.8.1,<0.9.0with native plugin API1. The external links are pinned to the Relay 0.8.3 documentation so they do not drift to an unsupported release.Notes for reviewers
Start with How Requests Flow, then State and Identity and Routing Telemetry. The streaming and data-handling limits are called out separately.
This changes only the published documentation and
mkdocs.yml. It does not change Rust, Python, TOML, or Relay APIs.Validation
cd docs && make publishgit diff --checkSummary by CodeRabbit