[fix][broker] Fix creating system namespace topic failure.#14949
Merged
Conversation
mattisonchao
approved these changes
Mar 30, 2022
f044519 to
b55e87f
Compare
RobertIndie
approved these changes
Mar 31, 2022
gaozhangmin
reviewed
Mar 31, 2022
gaozhangmin
approved these changes
Mar 31, 2022
gaozhangmin
requested changes
Mar 31, 2022
Contributor
|
these three topic can't be created to persistent topic, so I think we don't use isSystemTopic() directly
|
Contributor
|
I am a little confused, |
b9524b6 to
d679d05
Compare
2f134d9 to
efaf42f
Compare
gaozhangmin
approved these changes
Apr 2, 2022
efaf42f to
66c2bd1
Compare
congbobo184
approved these changes
Apr 2, 2022
gaoran10
approved these changes
Apr 2, 2022
codelipenghui
pushed a commit
that referenced
this pull request
Apr 19, 2022
(cherry picked from commit f3b87b6)
codelipenghui
pushed a commit
that referenced
this pull request
Apr 19, 2022
(cherry picked from commit f3b87b6)
Nicklee007
pushed a commit
to Nicklee007/pulsar
that referenced
this pull request
Apr 20, 2022
1 task
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #14935
Master Issue: #14935
Motivation
When creating system namespace topic, it should always be successful.
Documentation
no-need-doc