[skip ci] Add Deprecated for WatchDmChannels (#12913)

Signed-off-by: sunby <bingyi.sun@zilliz.com>

Co-authored-by: sunby <bingyi.sun@zilliz.com>
pull/12930/head
Bingyi Sun 2021-12-08 09:07:21 +08:00 committed by GitHub
parent 7d02208d71
commit f2e5b96fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ type Component interface {
type DataNode interface {
Component
// Deprecated
WatchDmChannels(ctx context.Context, req *datapb.WatchDmChannelsRequest) (*commonpb.Status, error)
// FlushSegments notifies DataNode to flush the segments req provids. The flush tasks are async to this