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] Make PersistentTopicsBase#internalCreateNonPartitionedTopic async. #14030

Merged

Conversation

Technoboy-
Copy link
Contributor

@Technoboy- Technoboy- commented Jan 29, 2022

Motivation

Make PersistentTopicsBase#internalCreateNonPartitionedTopic async.

Documentation

  • no-need-doc

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Jan 29, 2022
@Technoboy- Technoboy- changed the title Make PersistentTopicsBase#validateNonPartitionTopicName async. [Broker] Make PersistentTopicsBase#validateNonPartitionTopicName async. Jan 29, 2022
@Technoboy- Technoboy- changed the title [Broker] Make PersistentTopicsBase#validateNonPartitionTopicName async. [Broker] Make PersistentTopicsBase#internalCreateNonPartitionedTopic async. Jan 29, 2022
@codelipenghui codelipenghui added this to the 2.10.0 milestone Jan 29, 2022
codelipenghui
codelipenghui previously approved these changes Jan 29, 2022
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.

Another, I have two suggestions:

  • Remove asyncResponse from the internal method, and unified exception and result handling are performed at the controller layer, which makes the internal method purer.
  • Have you checked to see if there is a test for the modified method?

@Technoboy-
Copy link
Contributor Author

Another, I have two suggestions:

  • Remove asyncResponse from the internal method, and unified exception and result handling are performed at the controller layer, which makes the internal method purer.
  • Have you checked to see if there is a test for the modified method?

Yes, right.

@Technoboy-
Copy link
Contributor Author

/pulsarbot run-failure-checks

@github-actions
Copy link

The pr had no activity for 30 days, mark with Stale label.

@Technoboy- Technoboy- force-pushed the internalCreateNonPartitionedTopic-async branch from a2a2e4d to 22c9b75 Compare May 6, 2022 10:37
@Technoboy- Technoboy- added type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages area/broker and removed lifecycle/stale labels May 6, 2022
@Technoboy- Technoboy- force-pushed the internalCreateNonPartitionedTopic-async branch from 1ad69b8 to dfc6c17 Compare May 8, 2022 15:00
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.

3 participants