You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Mooncake bootstrap /query endpoint (#538)
* feat: add Mooncake bootstrap /query endpoint
- GET /query so the routing sidecar can resolve remote engine_id
for the Mooncake KV connector.
- return dp_rank -> {engine_id} map, seeded uuid per dp rank
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
* update: code review
- generate engine_idis only once to ensure multiple calls return the same
value
- add a unit test
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
---------
Signed-off-by: Wen Zhou <wenzhou@redhat.com>