mirror of https://github.com/milvus-io/milvus.git
[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
parent
7d02208d71
commit
f2e5b96fb0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue