dragosvictor commented on code in PR #884:
URL: https://github.com/apache/pulsar-site/pull/884#discussion_r1566204604


##########
docs/concepts-broker-load-balancing-concepts.md:
##########
@@ -173,7 +173,14 @@ Based on the broker resource usage (for example, the 
number of topics or session
 
 Step 3: split bundles at the specific boundaries from step 2.
 
-For how to split bundles manually, see TBD (the docs is WIP, stay tuned!).
+For how to split bundles manually, please refer to 
[`split-bundle`](pathname:///reference/#/@pulsar:version_reference@/pulsar-admin/namespaces?id=split-bundle)
 admin command.
+
+Example:
+
+`pulsar-admin namespaces split-bundle -b LARGEST -san 
topic_count_equally_divide -u tenant/largest_namespace`
+
+* Specify a specific bundle at -b, if you already know the target bundle to 
split.
+

Review Comment:
   ```suggestion
   If you already know the target bundle to split, you can specify it using the 
`-b` flag:
   
   `pulsar-admin namespaces split-bundle --bundle 0x00000000_0xffffffff 
test-tenant/namespace1`
   ```
   
   



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