mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for rmq create reader (#13639)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/13675/head
parent
2436548493
commit
2fc6db7973
|
@ -46,7 +46,7 @@ func (rc *rmqClient) CreateProducer(options ProducerOptions) (Producer, error) {
|
||||||
return &rp, nil
|
return &rp, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO fishpenguin: implementation
|
// CreateReader creates a rocksmq reader from reader options
|
||||||
func (rc *rmqClient) CreateReader(options ReaderOptions) (Reader, error) {
|
func (rc *rmqClient) CreateReader(options ReaderOptions) (Reader, error) {
|
||||||
opts := rocksmq.ReaderOptions{
|
opts := rocksmq.ReaderOptions{
|
||||||
Topic: options.Topic,
|
Topic: options.Topic,
|
||||||
|
|
Loading…
Reference in New Issue