GitHub user leizhiyuan added a comment to the discussion: why the new java sdk take as every consumer and producer as a dependant 'client',and create some thread groups for every 'client'.
The current asyncWorker is one for each consumer/producer, perhaps in the first version it was designed for better isolation. Looking at the code, it can indeed be considered as a global thread pool. GitHub link: https://github.com/apache/rocketmq-clients/discussions/694#discussioncomment-8661707 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
