duhenglucky commented on issue #1296: 区分读队列和写队列的意义是什么?既然队列区分读写,那topic的246权限起什么作用? URL: https://github.com/apache/rocketmq/issues/1296#issuecomment-509992789 @aaron1989041 读写队列是逻辑上的概念,队列创建的时候会以写为准,你可以尝试着去设置不同的读写队列,看下producer以及consumer的表现。这个功能尤其是在系统收缩的时候非常有用,比如说现在有8个队列,我把写队列设置为4,那么其中的4个队列就不再写入,只需要在另外4个队列全部消费成功后下掉即可。另外,issue 只用于bug报告以及新特性提出,希望可以在邮件列表里面讨论问题呀(https://rocketmq.apache.org/about/contact/),很多小伙伴会及时回复的。
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
