Zhen Ye 8916fbf122
fix: use new path for streamingnode recovery info (#38516)
issue: #38399

Signed-off-by: chyezh <chyezh@outlook.com>
2024-12-17 17:10:45 +08:00

9 lines
144 B
Go

package streamingnode
const (
MetaPrefix = "streamingnode-meta"
DirectoryWAL = "wal"
DirectorySegmentAssign = "segment-assign"
)