-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][broker] Make some operation deduplication methods in Namespaces async. #15608
Conversation
@shibd:Thanks for your contribution. For this PR, do we need to update docs? |
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1/Namespaces.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v1/Namespaces.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java
Outdated
Show resolved
Hide resolved
@shibd please do not delete the backticks for the doc label, or else Bot cannot recognize it and label your PR w/ |
Thanks, get it. |
@codelipenghui All suggested fixed. PTAL. |
/pulsarbot run-failure-checks |
…n Namespaces async. (apache#15608)" This reverts commit 132ba4a.
Motivation
See PIP #14365 and change tracker #15043.
Make NamespacesBase
getDeduplication / modifyDeduplication / removeDeduplication
methods to pure async.Documentation