d4ksn commented on issue #2271: URL: https://github.com/apache/rocketmq/issues/2271#issuecomment-687991089
@francisoliverlee If it uses a BlockingQueue with limited capacity, it has to handle the situation of RejectedExecutionException, and I think this will lead to backward-compatibility issue. If it just uses a fixed thread pool, I think it will be actually no different from the current logic, and just removes a meaningless parameter. ---------------------------------------------------------------- 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: [email protected]
