mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
#33285 - add segment alloc interceptor for streamingnode. - add add manual alloc segment rpc for datacoord. --------- Signed-off-by: chyezh <chyezh@outlook.com>
7 lines
127 B
Go
7 lines
127 B
Go
package streamingnode
|
|
|
|
const (
|
|
MetaPrefix = "streamingnode-meta"
|
|
SegmentAssignMeta = MetaPrefix + "/segment-assign"
|
|
)
|