You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/10/08 03:44:34 UTC

[GitHub] [rocketmq-client-cpp] zyi1992 commented on issue #392: received duplicate messages, branch: master

zyi1992 commented on issue #392:
URL: https://github.com/apache/rocketmq-client-cpp/issues/392#issuecomment-1272215602

   遇到了同样的问题,64个写队列和64个读队列的 一个消费者组设置10个进程 每个进程10个线程 同一个进程会在同一时间重复消费同一个消息 
   ```
   2022-10-08 11:42:59.831 [PID:89365] root log.py[line:210] INFO [index-89365] [task-id-0AFF001500010000000026901db87443] begin process 
   2022-10-08 11:42:59.831 [PID:89365] root log.py[line:210] INFO [index-89365] [task-id-0AFF001500010000000026901db87443] begin process 
   2022-10-08 11:42:59.831 [PID:89365] root log.py[line:210] INFO [index-89365] [task-id-0AFF001500010000000026901db87443] begin process 
   2022-10-08 11:42:59.831 [PID:89365] root log.py[line:210] INFO [index-89365] [task-id-0AFF001500010000000026901db87443] begin process 
   
   ```


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

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