mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add note for design doc (#13588)
Signed-off-by: yhmo <yihua.mo@zilliz.com>pull/13596/head
parent
b2150e5ecb
commit
cc04834b81
|
@ -44,7 +44,7 @@ DataCoord tells DataNode stateful vchannel info through RPC `WatchDmChannels` so
|
|||
the same messages over and over again. So flowgraph needs the ability to consume messages in the middle of a vchannel.
|
||||
|
||||
DataNode tells DataCoord vchannel states after each flush through RPC `SaveBinlogPaths`, so that DataCoord
|
||||
keeps the vchannel states update.
|
||||
keeps the vchannel states updated.
|
||||
|
||||
|
||||
## Some interface/proto designs below are outdated, will be updated soon
|
||||
|
|
Loading…
Reference in New Issue