You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2023/04/12 03:24:22 UTC

[pulsar-site] branch main updated: [fix][doc] Remove non-global keyword for partition increase in topics (#473)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a3db71b78cc [fix][doc] Remove non-global keyword for partition increase in topics (#473)
a3db71b78cc is described below

commit a3db71b78cc354b6426f7811538a0868764ab856
Author: Apurva007 <ap...@gmail.com>
AuthorDate: Tue Apr 11 20:24:16 2023 -0700

    [fix][doc] Remove non-global keyword for partition increase in topics (#473)
    
    Co-authored-by: Apurva Telang <at...@paypal.com>
---
 docs/admin-api-topics.md                     | 2 +-
 docs/reference-pulsar-admin.md               | 2 +-
 static/reference/next/pulsar-admin/topics.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/admin-api-topics.md b/docs/admin-api-topics.md
index c884b1ccb3a..b4640562720 100644
--- a/docs/admin-api-topics.md
+++ b/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 increase the number of partitions. Decrementing the number of partitions would delete the topic, which is not supported in Pulsar.
 
 Producers and consumers can find the newly created partitions automatically.
 
diff --git a/docs/reference-pulsar-admin.md b/docs/reference-pulsar-admin.md
index 495adc70d63..a8f2c5a4c42 100644
--- a/docs/reference-pulsar-admin.md
+++ b/docs/reference-pulsar-admin.md
@@ -2278,7 +2278,7 @@ pulsar-admin topics get-partitioned-topic-metadata {persistent|non-persistent}:/
 ```
 
 ### `update-partitioned-topic`
-Update existing non-global partitioned topic. New updating number of partitions must be greater than existing number of partitions.
+Update existing partitioned topic. New updating number of partitions must be greater than existing number of partitions.
 
 Usage
 
diff --git a/static/reference/next/pulsar-admin/topics.md b/static/reference/next/pulsar-admin/topics.md
index e190066eb89..01aab6f98a5 100644
--- a/static/reference/next/pulsar-admin/topics.md
+++ b/static/reference/next/pulsar-admin/topics.md
@@ -498,7 +498,7 @@ $ pulsar-admin topics create options
 
 ## <em>update-partitioned-topic</em>
 
-Update existing non-global partitioned topic. New updating number of partitions must be greater than existing number of partitions.
+Update existing partitioned topic. New updating number of partitions must be greater than existing number of partitions.
 
 **Command:**