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

   > If i want to update the core size greater than the old value, how to use 
it? defaultMQPushConsumer.setConsumeThreadMax(newValue + 1); 
defaultMQPushConsumer.updateCorePoolSize(newValue); ??
   
   @yhhazr The consumeThreadMax is the value of `maximumPoolSize` of thread 
Pool. You can update the core size to a value less than consumeThreadMax. But 
the maximumPoolSize cannot be updated, the sdk does not provide a method to 
update this value.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to