feat(agentic router): add sticky-session routing policy (#27394)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-06-07 20:05:27 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 12d47fa78b
commit 6bc3953b48
26 changed files with 1195 additions and 9 deletions
@@ -16,4 +16,5 @@ mod graceful_shutdown;
mod header_forwarding;
mod pd_bootstrap_injection;
mod pd_pool_isolation;
mod sticky_routing;
mod timeout;