GitHub user LittleBoy18 edited a discussion: pop消费模式下消费速度和消费者数量以及topic queue数量的关系
pop消费的时候broker会给queue加锁,理论上增加queue的数量会避免锁的竞争,消费速度会有明显提高,按照以下用例测试消费速度无明显提高,用例如下: 1、topic单queue,四个消费者同时进行pop消费 2、topic四个queue,四个消费者同时进行pop消费 pop消费模式下,消费速度只和消费者数量有关系不用考虑queue的数量吗? GitHub link: https://github.com/apache/rocketmq/discussions/7942 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org