mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 10:52:56 +08:00
[skip ci]Add comments for rocksmq consumer_impl (#10389)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
4a8619619b
commit
319b3282d9
@ -108,6 +108,7 @@ func (c *consumer) Seek(id UniqueID) error { //nolint:govet
|
||||
return nil
|
||||
}
|
||||
|
||||
// Close destroy current consumer in rocksmq
|
||||
func (c *consumer) Close() {
|
||||
err := c.client.server.DestroyConsumerGroup(c.topic, c.consumerName)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user