mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add rmq consumer impl MsgMutex comment (#11532)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/11534/head
parent
2073ae497b
commit
5ec895fedc
|
@ -94,6 +94,7 @@ func (c *consumer) Topic() string {
|
|||
return c.topic
|
||||
}
|
||||
|
||||
// MsgMutex return the message mutex channel of consumer
|
||||
func (c *consumer) MsgMutex() chan struct{} {
|
||||
return c.msgMutex
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue