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/05/18 02:00:32 UTC

[GitHub] [rocketmq] yhhazr commented on issue #4334: Update consumer core pool size

yhhazr commented on issue #4334:
URL: https://github.com/apache/rocketmq/issues/4334#issuecomment-1129488670

   If i want to update the core size greater than the old value, how to use it?
   defaultMQPushConsumer.setConsumeThreadMax(newValue + 1);
   defaultMQPushConsumer.updateCorePoolSize(newValue);
   ??


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