You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/31 12:29:50 UTC

[pulsar-site] branch main updated: [improve][admin] unloadNamespaceBundle now accepts destinationBroker param (#353)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b236adc917c [improve][admin] unloadNamespaceBundle now accepts destinationBroker param (#353)
b236adc917c is described below

commit b236adc917c2fa21adbcc8d0963f742089801fb6
Author: tison <wa...@gmail.com>
AuthorDate: Sat Dec 31 20:29:44 2022 +0800

    [improve][admin] unloadNamespaceBundle now accepts destinationBroker param (#353)
---
 docs/admin-api-namespaces.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/admin-api-namespaces.md b/docs/admin-api-namespaces.md
index e74117256d0..dc7b3f0c5a8 100644
--- a/docs/admin-api-namespaces.md
+++ b/docs/admin-api-namespaces.md
@@ -479,12 +479,14 @@ A namespace bundle is a virtual group of topics that belong to the same namespac
 
 ```shell
 pulsar-admin namespaces unload --bundle 0x00000000_0xffffffff test-tenant/namespace1
+pulsar-admin namespaces unload --bundle 0x00000000_0xffffffff test-tenant/namespace1
+pulsar-admin namespaces unload --bundle 0x00000000_0xffffffff --destinationBroker broker1.use.org.com:8080 test-tenant/namespace1
 ```
 
 </TabItem>
 <TabItem value="REST API">
 
-{@inject: endpoint|PUT|/admin/v2/namespaces/:tenant/:namespace/:bundle/unload|operation/unloadNamespaceBundle?version=@pulsar:version_number@}
+{@inject: endpoint|PUT|/admin/v2/namespaces/:tenant/:namespace/:bundle/unload|operation/unloadNamespaceBundle?version=@pulsar:version_number@&destinationBroker=broker1.use.org.com:8080}
 
 </TabItem>
 <TabItem value="Java">