mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 02:42:53 +08:00
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"
|
|
)
|