Skip to content

[FEATURE]: more general router #1289

@PeaBrane

Description

@PeaBrane

Feature request

The core (backend) of the KvRouter is the KvIndexer written in a way that is incredibly general. In particular, the WorkerId type need not be restricted to i64, and in fact can be abstracted as a generic trait with minimal code change.

The messy bits are in the frontend components + LLM engine facing parts, including: metric publishing per dp-worker (vllm-project/vllm#18925), metric subscription / aggregation that is dp-aware (#1181), and handing said metrics off to the core router components (#1285 )

Describe the problem you're encountering

N/A

Describe alternatives you've tried

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions