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 2019/09/20 03:26:37 UTC

[GitHub] [rocketmq] keranbingaa commented on issue #1465: no check when change topicConfig by tools

keranbingaa commented on issue #1465: no check when change topicConfig by tools
URL: https://github.com/apache/rocketmq/issues/1465#issuecomment-533389550
 
 
   @duhenglucky when the queue expands, it's more reasonble that we expand readQueue first, and then let consumer listen the queue, we expand writequeue finally, which can make messages consumed timely; when the queue shrinks, in order to avoid messages in queue which will be deleted not consumed, we should shrink writequeue to stop get new message, and then shrink readqueue. no matter expanding or shrinking, the writequeuenum will not be greater than readqueuenum.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services