Anonymitaet commented on a change in pull request #9692:
URL: https://github.com/apache/pulsar/pull/9692#discussion_r582449666



##########
File path: site2/docs/administration-isolation.md
##########
@@ -0,0 +1,84 @@
+---
+id: administration-isolation
+title: Pulsar isolation
+sidebar_label: Pulsar isolation
+---
+
+In an organization, a Pulsar instance provides services to multiple teams. 
When organizing the resources across multiple teams, you want to make a 
suitable isolation plan to avoid the resource competition between different 
teams and applications and provide high-quality messaging service. In this 
case, you need to take resource isolation into consideration and weigh your 
intended actions against expected and unexpected consequences.
+
+To enforce resource isolation, you can use the Pulsar isolation policy, which 
allows you to allocate resources (**broker** and **bookie**) for the namespace.
+
+## Broker isolation
+
+In Pulsar, when namespaces (more specifically, namespace bundles) are assigned 
dynamically to brokers, the namespace isolation policy limits the set of 
brokers that can be used for assignment. Before topics are assigned to brokers, 
you can set the namespace isolation policy with a primary or a secondary regex 
to select desired brokers.
+
+You can set a namespace isolation policy for a cluster using one of the 
following methods. 
+
+<!--DOCUSAURUS_CODE_TABS-->
+
+<!--Admin CLI-->
+
+```
+pulsar-admin ns-isolation-policy set options
+```
+
+For more information about the command and descriptions, see 
[here](http://pulsar.apache.org/tools/pulsar-admin/2.8.0-SNAPSHOT/#-em-set-em-).

Review comment:
       @Jennifer88huang this variable might do not work, since for minor 
releases, for example, 2.6.3, http://pulsar.apache.org/tools/pulsar-admin/ does 
not have 2.6.3-SNAPSHOT, so I change the specific link 
(http://pulsar.apache.org/tools/pulsar-admin/2.8.0-SNAPSHOT/#-em-set-em-) to a 
general link http://pulsar.apache.org/tools/pulsar-admin/
   
   
   




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to