gaozhangmin commented on a change in pull request #14949:
URL: https://github.com/apache/pulsar/pull/14949#discussion_r839283294
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -2836,7 +2835,7 @@ public boolean isAllowAutoTopicCreation(final String
topic) {
public boolean isAllowAutoTopicCreation(final TopicName topicName) {
//System topic can always be created automatically
- if (pulsar.getConfiguration().isSystemTopicEnabled() &&
checkTopicIsEventsNames(topicName)) {
Review comment:
`pulsar.getConfiguration().isSystemTopicEnabled()` condition should
remain.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]