Skip to content

Commit

Permalink
[Docs] Add delete-dynamic-config command for brokers (apache#5389)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <[email protected]>
  • Loading branch information
wolfstudy authored and merlimat committed Oct 23, 2019
1 parent 5d1529a commit e97ea92
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site2/docs/reference-pulsar-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,21 @@ Usage
$ pulsar-admin brokers list-dynamic-config
```

### `delete-dynamic-config`
Delete dynamic-serviceConfiguration of broker

Usage
```bash
$ pulsar-admin brokers delete-dynamic-config options
```

Options

|Flag|Description|Default|
|---|---|---|
|`--config`|Service configuration parameter name||


### `get-all-dynamic-config`
Get all overridden dynamic-configuration values

Expand Down

0 comments on commit e97ea92

Please sign in to comment.