Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add admin client future interface #6644

Closed
drpmma opened this issue Apr 25, 2023 · 0 comments · Fixed by #6646
Closed

Add admin client future interface #6644

drpmma opened this issue Apr 25, 2023 · 0 comments · Fixed by #6646

Comments

@drpmma
Copy link
Contributor

drpmma commented 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.

drpmma added a commit to drpmma/rocketmq that referenced this issue Apr 25, 2023
drpmma added a commit that referenced this issue Apr 28, 2023
* [ISSUE #6644] Add admin client future interface

* add unit test

* Change exception to throwable

* Add interface for MqClientAdmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant