Skip to content

Commit

Permalink
resolve an issue in the developing-load-manager doc (apache#6978)
Browse files Browse the repository at this point in the history
### Motivation

Resolves an issue in the load-manager docs

### Modifications

- added "broker" in the shell command for updating loadManagerClassName so that it works.
  • Loading branch information
girishramnani authored May 18, 2020
1 parent 218057b commit 0174f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two ways that you can enable the modular load manager:
2. Using the `pulsar-admin` tool. Here's an example:

```shell
$ pulsar-admin update-dynamic-config \
$ pulsar-admin brokers update-dynamic-config \
--config loadManagerClassName \
--value org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl
```
Expand Down

0 comments on commit 0174f79

Please sign in to comment.