mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for rocksmq reader_impl (#13441)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/13437/merge
parent
0e2d34a862
commit
5f0223c387
|
@ -15,6 +15,7 @@ import (
|
|||
"context"
|
||||
)
|
||||
|
||||
// reader contains main options for rocksmq, and can only be set when newReader
|
||||
type reader struct {
|
||||
c *client
|
||||
topic string
|
||||
|
|
Loading…
Reference in New Issue