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/03/11 02:27:27 UTC

[GitHub] [rocketmq] ni-ze commented on issue #3953: Change Retry-Queue Num Will Cause Retry-Message Loss

ni-ze commented on issue #3953:
URL: https://github.com/apache/rocketmq/issues/3953#issuecomment-1064708984


   use updateTopic command to change read queue num or write queue num of topic, such as fellow:
   ```java
   sh bin/mqadmin updateTopic -n 1xxx -c xxx -t  %RETRY%xxxx -r 2 -w 2
   ```
   
   updateSubGroup command also effective, but this command is against group. It need you delete retry-topic firstly and wait created by heat beat.
   


-- 
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