lhotari commented on code in PR #23627:
URL: https://github.com/apache/pulsar/pull/23627#discussion_r1853375129


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -3532,6 +3532,12 @@ private CompletableFuture<Boolean> 
isAllowAutoTopicCreationAsync(final TopicName
             return CompletableFuture.completedFuture(true);
         }
 
+        // If this topic name contains "-partition--x" , not allow to be 
created automatically.

Review Comment:
   This would be a more accurate description:
   ```suggestion
           // Skip auto-creation for topics with "-partition-" suffix missing a 
partition number
   ```



-- 
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]

Reply via email to