[skip e2e] Add note for design doc (#13588)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/13596/head
groot 2021-12-17 14:35:42 +08:00 committed by GitHub
parent b2150e5ecb
commit cc04834b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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