tisonkun commented on code in PR #18526:
URL: https://github.com/apache/pulsar/pull/18526#discussion_r1027018557
##########
site2/docs/admin-api-brokers.md:
##########
@@ -117,15 +129,20 @@ It finds all namespaces which are owned and served by a
given broker.
```shell
pulsar-admin brokers namespaces use \
---url broker1.use.org.com:8080
+ --url localhost:8080
+```
-{
- "my-property/use/my-ns/0x00000000_0xffffffff": {
- "broker_assignment": "shared",
- "is_controlled": false,
- "is_active": true
- }
-}
+Example output:
+
+```shell
Review Comment:
````suggestion
```
````
Output should not has a highlight tag.
--
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]