MarvinCai commented on a change in pull request #5148: Validate topic name 
before creating partition/non partition topic via admin cli.
URL: https://github.com/apache/pulsar/pull/5148#discussion_r334733254
 
 

 ##########
 File path: site2/docs/admin-api-partitioned-topics.md
 ##########
 @@ -80,6 +88,12 @@ command and specifying the topic name as an argument. This 
is an example command
 $ bin/pulsar-admin topics create persistent://my-tenant/my-namespace/my-topic
 ``` 
 
+> #### Note
+>
+> It's only allow to create non partitioned topic of name contains suffix 
'-partition-' followed by numeric value like
+> 'xyz-topic-partition-10', if there's already a partitioned topic with same 
name, in this case 'xyz-topic', and has
+> number of partition larger then that numeric value in this case 10. Else 
creation of such topic will fail.
 
 Review comment:
   updated.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to