Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
FIX missing loadManagerClassName config item description in README (#29)
Browse files Browse the repository at this point in the history
* FIX missing loadManagerClassName config item description in README

* Revert list number in README

Co-authored-by: xiaozy <[email protected]>
  • Loading branch information
xiaozongyang and xiaozy authored Jul 8, 2021
1 parent 200b91a commit 3e59300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ config file, such as `broker.conf` or `standalone.conf`.

1. Protocol handler configuration

You need to add `messagingProtocols`(the default value is `null`) and `protocolHandlerDirectory` (
the default value is "./protocols"), in Pulsar configuration files, such as `broker.conf`
You need to add `messagingProtocols`(the default value is `null`), `protocolHandlerDirectory` (
the default value is "./protocols") and `loadManagerClassName=org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl`, in Pulsar configuration files, such as `broker.conf`
or `standalone.conf`. For RoP, the value for `messagingProtocols` is `rocketmq`; the value
for `protocolHandlerDirectory` is the directory of RoP nar file.

Expand All @@ -94,6 +94,7 @@ The following is an example.
```access transformers
messagingProtocols=rocketmq
protocolHandlerDirectory=./protocols
loadManagerClassName=org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl
```

2. Set RocketMQ service listeners
Expand Down

0 comments on commit 3e59300

Please sign in to comment.