syk-coder commented on code in PR #473:
URL: https://github.com/apache/pulsar-site/pull/473#discussion_r1140643244


##########
docs/admin-api-topics.md:
##########
@@ -1675,7 +1675,7 @@ admin.topics().getPartitionedTopicMetadata(topicName);
 
 ### Update
 
-You can update the number of partitions for an existing partitioned topic *if* 
the topic is non-global. However, you can only add the partition number. 
Decrementing the number of partitions would delete the topic, which is not 
supported in Pulsar.
+You can update the number of partitions for an existing partitioned topic. 
However, you can only add the partition number. Decrementing the number of 
partitions would delete the topic, which is not supported in Pulsar.

Review Comment:
   NIT: Maybe it's better readable "However, you can only add the partition 
number" - > "However, you can only increase the number of partitions of the 
topic."



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