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

Fix system topic can not auto created #9272

Merged
merged 3 commits into from Jan 26, 2021

Conversation

315157973
Copy link
Contributor

Fixes #9265

Motivation

If disabled the topic auto-creation, the system topic under the namespace also not able to be created automatically, this will result in the topic level policy not able to use.

Modifications

Make the system topic be automatically created at any time

Verifying this change

unit test:
testAutoCreationDisabled

@zymap zymap added area/broker type/bug The PR fixed a bug or issue reported a bug labels Jan 22, 2021
@315157973
Copy link
Contributor Author

/pulsarbot run-failure-checks

@sijie sijie added this to the 2.8.0 milestone Jan 25, 2021
@codelipenghui codelipenghui merged commit 60c570b into apache:master Jan 26, 2021
codelipenghui pushed a commit that referenced this pull request Jan 26, 2021
Fixes #9265

If disabled the topic auto-creation, the system topic under the namespace also not able to be created automatically, this will result in the topic level policy not able to use.

Make the system topic be automatically created at any time

(cherry picked from commit 60c570b)
@315157973 315157973 deleted the auto-create branch February 23, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/broker cherry-picked/branch-2.7 Archived: 2.7 is end of life release/2.7.1 type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the system even if the topic auto-creation disabled
4 participants