This is an automated email from the ASF dual-hosted git repository. heesung pushed a commit to branch heesung-sn-patch-1 in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit cab129ac2a9f8598c59369869bacb2c1dab0d597 Author: Heesung Sohn <[email protected]> AuthorDate: Fri Apr 12 16:11:50 2024 -0700 Added a split example --- docs/concepts-broker-load-balancing-concepts.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/concepts-broker-load-balancing-concepts.md b/docs/concepts-broker-load-balancing-concepts.md index 2b7d5a1f1f1c..9ee873deb850 100644 --- a/docs/concepts-broker-load-balancing-concepts.md +++ b/docs/concepts-broker-load-balancing-concepts.md @@ -173,7 +173,13 @@ 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](https://pulsar.apache.org/reference/#/next/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. + </TabItem>
