mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +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>
6 lines
80 B
Go
6 lines
80 B
Go
package streamingpb
|
|
|
|
const (
|
|
ServiceMethodPrefix = "/milvus.proto.streaming"
|
|
)
|