Jennifer88huang commented on a change in pull request #8053:
URL: https://github.com/apache/pulsar/pull/8053#discussion_r488318590
##########
File path: site2/docs/admin-api-namespaces.md
##########
@@ -415,9 +415,10 @@ admin.namespaces().getNamespaceMessageTTL(namespace)
```
-#### split bundle
+#### Split bundle
-Each namespace bundle can contain multiple topics and each bundle can be
served by only one broker. If bundle gets heavy with multiple live topics in it
then it creates load on that broker and in order to resolve this issue, admin
can split bundle using this command.
+Each namespace bundle can contain multiple topics and each bundle can be
served by only one broker.
+If a single bundle is creating an excessive load on a broker an admin can
split the bundle using this command permitting one or more of the new bundles
to be unloaded thus spreading the load across the brokers.
Review comment:
```suggestion
If a single bundle is creating an excessive load on a broker, an admin
splits the bundle using this command permitting one or more of the new bundles
to be unloaded thus spreading the load across the brokers.
```
----------------------------------------------------------------
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]