wolfstudy commented on a change in pull request #168: 
[Issue-148][pulsar-client-go] add seek by messageID
URL: https://github.com/apache/pulsar-client-go/pull/168#discussion_r366295416
 
 

 ##########
 File path: pulsar/consumer_multitopic.go
 ##########
 @@ -160,3 +160,14 @@ func (c *multiTopicConsumer) Close() {
                close(c.closeCh)
        })
 }
+
+func (c *multiTopicConsumer) Seek(msgID MessageID) error {
 
 Review comment:
   @wangjia007bond  agree with @cckellogg .
   
   Note: this operation can only be done on non-partitioned topics. For these, 
one can rather perform the seek() on the individual partitions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to