// ray·Currently working
[Serve][SGLang] Prefill-decode disaggregation support #62792
RFC:
- Refactoring Ray Serve's distributed routing pipeline to eliminate tightly coupled vLLM engine assumptions, creating a highly modular, engine-neutral distributed system architecture.
- Designing an abstracted engine adapter layer to encapsulate low-level container configurations, GPU device topologies, and port assignments away from core request orchestration primitives.
- Implementing native support for SGLang's concurrent handoff protocol by mapping complex out-of-band peer networks (including custom bootstrap servers and dynamic room IDs) into Ray's transport layer.