mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add rmq_client comment (#11458)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/11468/head
parent
e29322a66b
commit
11e6a8ea50
|
@ -157,6 +157,7 @@ func (c *client) consume(consumer *consumer) {
|
|||
}
|
||||
}
|
||||
|
||||
// Close close the channel to notify rocksmq to stop operation and close rocksmq server
|
||||
func (c *client) Close() {
|
||||
// TODO(yukun): Should call server.close() here?
|
||||
c.closeOnce.Do(func() {
|
||||
|
|
Loading…
Reference in New Issue