mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
cc8f7aa110
issue: #33285 - add idAlloc interface - fix binary unsafe bug for message - fix service discovery lost when repeated address with different server id --------- Signed-off-by: chyezh <chyezh@outlook.com>
7 lines
113 B
Go
7 lines
113 B
Go
package streamingcoord
|
|
|
|
const (
|
|
MetaPrefix = "streamingcoord-meta"
|
|
PChannelMeta = MetaPrefix + "/pchannel"
|
|
)
|