-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Management] Make BrokerBase#deleteDynamicConfiguration to pure async method.
#14163
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
[Management] Make BrokerBase#deleteDynamicConfiguration to pure async method.
#14163
Conversation
|
@codelipenghui @lhotari @Technoboy- @Jason918 @RobertIndie @nodece PTAL, when you have time ~ :) |
nodece
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/BrokersBase.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/BrokersBase.java
Outdated
Show resolved
Hide resolved
…l/BrokersBase.java
|
/pulsarbot rerun-failure-checks |
@mattisonchao please share what these problems are. Is there a reported issue? |
Motivation
Make
BrokerBase#deleteDynamicConfigurationto a pure async method to avoid some problems caused by sync and async methods calling each other.Modifications
BrokerBase#deleteDynamicConfigurationto pure async method.metadatainstead ofzkin doc.Verifying this change
Documentation
no-need-doc