mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
issue: #41544 - simplify the proto message for flush and create segment. - simplify the msg handler for flowgraph. --------- Signed-off-by: chyezh <chyezh@outlook.com>
12 lines
227 B
Go
12 lines
227 B
Go
package streamingnode
|
|
|
|
const (
|
|
MetaPrefix = "streamingnode-meta"
|
|
|
|
DirectoryWAL = "wal"
|
|
DirectorySegmentAssign = "segment-assign"
|
|
DirectoryVChannel = "vchannel"
|
|
|
|
KeyConsumeCheckpoint = "consume-checkpoint"
|
|
)
|