[skip e2e]Add comment for rmq create reader (#13639)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/13675/head
yukun 2021-12-17 22:42:42 +08:00 committed by GitHub
parent 2436548493
commit 2fc6db7973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func (rc *rmqClient) CreateProducer(options ProducerOptions) (Producer, error) {
return &rp, nil
}
//TODO fishpenguin: implementation
// CreateReader creates a rocksmq reader from reader options
func (rc *rmqClient) CreateReader(options ReaderOptions) (Reader, error) {
opts := rocksmq.ReaderOptions{
Topic: options.Topic,