mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +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"
|
|
)
|