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

[improve][broker] Make some methods in NamespacesBase async. #15518

Merged
merged 7 commits into from
May 14, 2022

Conversation

Technoboy-
Copy link
Contributor

Motivation

See PIP #14365 and change tracker #15043.

Make NamespacesBase getTenantNamespaces / createNamespace / getTopics / getPolicies / getPermissions methods to pure async.

Documentation

  • no-need-doc
    (Please explain why)

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label May 10, 2022
@Technoboy- Technoboy- added type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages area/broker labels May 10, 2022
@Technoboy- Technoboy- added this to the 2.11.0 milestone May 10, 2022
@mattisonchao mattisonchao self-requested a review May 10, 2022 13:18
Copy link
Member

@nodece nodece left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mattisonchao mattisonchao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Left some minor comments.

Copy link
Member

@shibd shibd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

@lhotari
Copy link
Member

lhotari commented May 18, 2022

there seem to be a new type of failure in tests causing flakiness and it could be related to this PR. Please check #15652

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/broker doc-not-needed Your PR changes do not impact docs type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants