From cf34dd8952db0d6de0452fcbe81a87fd77f898d7 Mon Sep 17 00:00:00 2001 From: Heesung Sohn <103456639+heesung-sn@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:33:35 -0700 Subject: [PATCH] Update docs/concepts-broker-load-balancing-concepts.md Co-authored-by: Dragos Misca --- docs/concepts-broker-load-balancing-concepts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/concepts-broker-load-balancing-concepts.md b/docs/concepts-broker-load-balancing-concepts.md index 135747f5ae43..5a96090236c5 100644 --- a/docs/concepts-broker-load-balancing-concepts.md +++ b/docs/concepts-broker-load-balancing-concepts.md @@ -179,8 +179,9 @@ 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. +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`