GitHub user francisoliverlee added a comment to the discussion: Golang Client 
同时消费topic的问题

@loringgit 
1. 一个NewSimpleConsumer下同时消费多个topic的情况下正确使用姿势是什么?
是的。

3. 如果只开启一个goroutine取轮询多个topic,有的topic的处理时间会很长(即使没有消息,也需要轮询),会影响其他topic的处理?
也可以用多个goruoutine.  参考java 
sdk的[实现](https://github.com/apache/rocketmq-clients/blob/master/java/client/src/main/java/org/apache/rocketmq/client/java/example/PushConsumerExample.java)

GitHub link: 
https://github.com/apache/rocketmq/discussions/9277#discussioncomment-12635246

----
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org

Reply via email to