This is an automated email from the ASF dual-hosted git repository.
urfree 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 60c96d19cd2 Docs sync done from apache/pulsar (#e194c01)
60c96d19cd2 is described below
commit 60c96d19cd24e93c426cd87474f3342c689c73d3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 1 01:36:19 2023 +0000
Docs sync done from apache/pulsar (#e194c01)
---
static/reference/next/pulsar-admin/namespaces.md | 1 +
static/swagger/master/swagger.json | 6 ++++++
static/swagger/master/v2/swagger.json | 6 ++++++
3 files changed, 13 insertions(+)
diff --git a/static/reference/next/pulsar-admin/namespaces.md
b/static/reference/next/pulsar-admin/namespaces.md
index b216e776775..43cfb2d2759 100644
--- a/static/reference/next/pulsar-admin/namespaces.md
+++ b/static/reference/next/pulsar-admin/namespaces.md
@@ -913,6 +913,7 @@ $ pulsar-admin namespaces unload options
|Flag|Description|Default|
|---|---|---|
| `--bundle, -b` | {start-boundary}_{end-boundary}|null||
+| `--destinationBroker, -d` | Target brokerWebServiceAddress to which the
bundle has to be allocated to|null||
## <em>split-bundle</em>
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index 27cf3cb4dcc..2b54e1f576d 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -13287,6 +13287,12 @@
"name": "authoritative",
"required": false,
"type": "boolean"
+ },
+ {
+ "in": "query",
+ "name": "destinationBroker",
+ "required": false,
+ "type": "string"
}
],
"produces": [
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index 27cf3cb4dcc..2b54e1f576d 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -13287,6 +13287,12 @@
"name": "authoritative",
"required": false,
"type": "boolean"
+ },
+ {
+ "in": "query",
+ "name": "destinationBroker",
+ "required": false,
+ "type": "string"
}
],
"produces": [