francisoliverlee commented on issue #1044: URL: https://github.com/apache/rocketmq-client-go/issues/1044#issuecomment-1556434992
you are right i think since message-queue is a param for java pull interface . https://github.com/apache/rocketmq/blob/develop/client/src/main/java/org/apache/rocketmq/client/consumer/DefaultMQPullConsumer.java#L318-L375 how do you like this ? ```golang Pull(ctx context.Context,queue *primitive.MessageQueue, offset int64, numbers int) (*primitive.PullResult, error) ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
