You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "momo-jun (via GitHub)" <gi...@apache.org> on 2023/03/24 09:54:38 UTC

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #490: [improve][doc] Optimize "Admin API > Features > Clusters"

momo-jun commented on code in PR #490:
URL: https://github.com/apache/pulsar-site/pull/490#discussion_r1147342799


##########
docs/admin-api-clusters.md:
##########
@@ -22,24 +22,27 @@ import TabItem from '@theme/TabItem';
 
 :::
 
-Pulsar clusters consist of one or more Pulsar [brokers](reference-terminology.md#broker), one or more [BookKeeper](reference-terminology.md#bookkeeper)
-servers (aka [bookies](reference-terminology.md#bookie)), and a [ZooKeeper](https://zookeeper.apache.org) cluster that provides configuration and coordination management.
+You can manage [clusters](reference-terminology.md#cluster) via one of the following methods:
 
-Clusters can be managed via:
+* [Pulsar CLI](pathname:///reference/#/@pulsar:version_origin@/pulsar-admin/)
+  
+  * The `clusters` command of the [`pulsar-admin`](pathname:///reference/#/@pulsar:version_origin@/pulsar-admin/) tool
 
-* The `clusters` command of the [`pulsar-admin`](pathname:///reference/#/@pulsar:version_origin@/pulsar-admin/) tool
-* The `/admin/v2/clusters` endpoint of the admin {@inject: rest:REST:/} API
-* The `clusters` method of the `PulsarAdmin` object in the [Java API](client-libraries-java.md)
+* [Pulsar admin APIs](admin-api-overview.md)
+  
+  * The `/admin/v2/clusters` endpoint of the admin {@inject: rest:REST:/} API
+  
+  * The `clusters` method of the `PulsarAdmin` object in the [Java API](client-libraries-java.md)
 
-## Clusters resources
-
-### Provision
+## Provision cluster
 
 New clusters can be provisioned using the admin interface.

Review Comment:
   ```suggestion
   You can provision new clusters using the admin interface.
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org