You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "socutes (via GitHub)" <gi...@apache.org> on 2023/03/10 15:30:46 UTC

[GitHub] [rocketmq] socutes opened a new issue, #6312: Optimize how MQClientAPIExt is obtained in the MQClientAPIFactory

socutes opened a new issue, #6312:
URL: https://github.com/apache/rocketmq/issues/6312

   The getClient method in the current MQClientAPIFactory. The MQClientAPIExt is obtained by random seeds.In extreme cases, load imbalance on MQClientAPIExt may occur.
   You are advised to change the obtaining mode from random to polling
   


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] Abhijeetmishr commented on issue #6312: Optimize how MQClientAPIExt is obtained in the MQClientAPIFactory

Posted by "Abhijeetmishr (via GitHub)" <gi...@apache.org>.
Abhijeetmishr commented on issue #6312:
URL: https://github.com/apache/rocketmq/issues/6312#issuecomment-1464852549

   @socutes can I pick this up? 
   @socutes can you help with the above by briefing it a bit ?


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] socutes closed issue #6312: Optimize how MQClientAPIExt is obtained in the MQClientAPIFactory

Posted by "socutes (via GitHub)" <gi...@apache.org>.
socutes closed issue #6312: Optimize how MQClientAPIExt is obtained in the MQClientAPIFactory
URL: https://github.com/apache/rocketmq/issues/6312


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org