Zhen Ye e675da76e4
enhance: simplify the proto message, make segment assignment code more clean (#41671)
issue: #41544

- simplify the proto message for flush and create segment.
- simplify the msg handler for flowgraph.

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2025-05-11 20:49:00 +08:00

12 lines
227 B
Go

package streamingnode
const (
MetaPrefix = "streamingnode-meta"
DirectoryWAL = "wal"
DirectorySegmentAssign = "segment-assign"
DirectoryVChannel = "vchannel"
KeyConsumeCheckpoint = "consume-checkpoint"
)