mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
issue: #33285 - add lifetime control for wal. - implement distributed-safe wal manager on streaming node. --------- Signed-off-by: chyezh <chyezh@outlook.com>
6 lines
74 B
Go
6 lines
74 B
Go
package streamingpb
|
|
|
|
const (
|
|
ServiceMethodPrefix = "/milvus.proto.log"
|
|
)
|