You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "francisoliverlee (via GitHub)" <gi...@apache.org> on 2023/05/22 02:42:03 UTC

[GitHub] [rocketmq-client-go] francisoliverlee commented on issue #1044: PullConsumer Interface semantic issues

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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org