[Router] Add bucket-aware policy domains and native cache indexing (#38108)
Signed-off-by: Vincent Gao <vincentbo@linux.alibaba.com> Co-authored-by: inkcherry <mingzhi.liu@amd.com> Co-authored-by: yangbodong22011 <13137470+yangbodong22011@users.noreply.github.com>
This commit is contained in:
co-authored by
inkcherry
yangbodong22011
parent
a176ba2f7b
commit
5bebe7a033
@@ -71,6 +71,11 @@ message ExternalKvAction {
|
||||
// REPORT only. Per-hash token count (block_size), index-aligned with `hashes`,
|
||||
// used to accumulate SWA trailing windows. Empty when not supplied (legacy).
|
||||
repeated uint32 block_sizes = 5;
|
||||
|
||||
// REPORT only. Parent of hashes[0]; absent means hashes[0] is a root block.
|
||||
// Every later hash is the child of the preceding hash. The Indexer and Bridge
|
||||
// are deployed together, so this new protocol does not support old senders.
|
||||
optional sfixed64 parent_block_hash = 6;
|
||||
}
|
||||
|
||||
message ApplyExternalKvBatchRequest {
|
||||
|
||||
Reference in New Issue
Block a user