-
feat: add unit tests for routing strategies and implement dynamic selector updates
released this
2025-12-22 14:52:23 +00:00 | 999 commits to main since this releaseAdded comprehensive tests for
FillFirstSelectorandRoundRobinSelectorto ensure proper behavior, including deterministic, cyclical, and concurrent scenarios. Introduced dynamic routing strategy updates inservice.go, normalizing strategies and seamlessly switching betweenfill-firstandround-robin. UpdatedManagerto support selector changes via the newSetSelectormethod.Downloads