You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current admin implements in MQClientAPIImpl are mostly synchronized methods.
There should be an asynchronous interface for performance consideration.
The majority of admin methods implemented in MQClientAPIImpl are synchronized. For the purpose of optimizing performance, it would be advantageous to incorporate an asynchronous interface.
The text was updated successfully, but these errors were encountered:
drpmma
added a commit
to drpmma/rocketmq
that referenced
this issue
Apr 25, 2023
The current admin implements in
MQClientAPIImpl
are mostly synchronized methods.There should be an asynchronous interface for performance consideration.
The majority of admin methods implemented in MQClientAPIImpl are synchronized. For the purpose of optimizing performance, it would be advantageous to incorporate an asynchronous interface.
The text was updated successfully, but these errors were encountered: