mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
issue: #33285 - optimize the message package - add interceptor package to achieve append operation intercepting. - add timetick interceptor to attach timetick properties for message. - add timetick background task to send timetick message. Signed-off-by: chyezh <chyezh@outlook.com>
7 lines
107 B
Go
7 lines
107 B
Go
package streamingpb
|
|
|
|
const (
|
|
ServiceMethodPrefix = "/milvus.proto.log"
|
|
InitialTerm = int64(-1)
|
|
)
|