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/07/14 01:38:14 UTC

[GitHub] [rocketmq] lizhiboo commented on issue #4602: Support fetch All consumerExecutor's. (by ConsumeMessageOrderlyService or ConsumeMessageConcurrentlyService create.)

lizhiboo commented on issue #4602:
URL: https://github.com/apache/rocketmq/issues/4602#issuecomment-1183859428

   @vergilyn IMO, depending on consumeExecutor's status is also not correct, consumeExecutor is still running, its status is always changing. if set awaitTerminationMillsWhenShutdown 0, ConsumeExecutor.awaitTermination method blocks until all tasks have completed execution after a shutdown request, or the current thread is interrupted. If user do not call thread.interrupt, it will keep waiting until all tasks have completed.


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