mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
issue: #33285 - add balancer implementation - add channel count fair balance policy - add channel assignment discover grpc service Signed-off-by: chyezh <chyezh@outlook.com>
7 lines
118 B
Go
7 lines
118 B
Go
package streamingcoord
|
|
|
|
const (
|
|
MetaPrefix = "streamingcoord-meta"
|
|
PChannelMeta = MetaPrefix + "/pchannel-meta"
|
|
)
|