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

[Broker] Add deleteSubscriptionDispatchRate method for v1 namespace #13711

Merged
merged 1 commit into from
Jan 12, 2022
Merged

[Broker] Add deleteSubscriptionDispatchRate method for v1 namespace #13711

merged 1 commit into from
Jan 12, 2022

Conversation

yuruguo
Copy link
Contributor

@yuruguo yuruguo commented Jan 11, 2022

Motivation

Currently, the CLI supports set/get/remove operation to the subscriptionDispatchRate of v1/namespace and v2/namespace, and the server provides corresponding processing interfaces, including:

  1. v1/namespace
  • setSubscriptionDispatchRate
  • getSubscriptionDispatchRate
  • deleteSubscriptionDispatchRate
  1. v2/namespace
  • setSubscriptionDispatchRate
  • getSubscriptionDispatchRate
  • deleteSubscriptionDispatchRate

However, the delete interface is missing for v1/namespace, so the purpose of this PR is to supplement this processing interface.

Documentation

  • no-need-doc

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Jan 11, 2022
@codelipenghui codelipenghui added this to the 2.10.0 milestone Jan 12, 2022
@codelipenghui codelipenghui merged commit 1c09c14 into apache:master Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants