mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
[skip e2e] Add comment for consumerFlowGraphLatest (#14001)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
e6ea9c140c
commit
dfe06841fb
@ -203,6 +203,7 @@ func (q *queryNodeFlowGraph) consumerFlowGraph(channel Channel, subName ConsumeS
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// consumerFlowGraphLatest would consume from latest by channel and subName
|
||||||
func (q *queryNodeFlowGraph) consumerFlowGraphLatest(channel Channel, subName ConsumeSubName) error {
|
func (q *queryNodeFlowGraph) consumerFlowGraphLatest(channel Channel, subName ConsumeSubName) error {
|
||||||
if q.dmlStream == nil {
|
if q.dmlStream == nil {
|
||||||
return errors.New("null dml message stream in flow graph")
|
return errors.New("null dml message stream in flow graph")
|
||||||
|
Loading…
Reference in New Issue
Block a user