This is an automated email from the ASF dual-hosted git repository.
pingww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git
The following commit(s) were added to refs/heads/develop by this push:
new 5ae61f6 fixNullPointInWill: should config meta addr in cs
new 2c8289e Merge pull request #199 from DongyuanPan/fixNullPointInWill
5ae61f6 is described below
commit 5ae61f63ff194429b6b7bfcd4e8e4f72baa57829
Author: dongyuan.pdy <[email protected]>
AuthorDate: Tue Jun 13 16:18:03 2023 +0800
fixNullPointInWill: should config meta addr in cs
---
README.md | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index eae4ec8..89a6a58 100644
--- a/README.md
+++ b/README.md
@@ -41,13 +41,15 @@ cd conf
```
Some important configuration items in the **service.conf** configuration file
-| **Config Key** | **Instruction** |
-|-----------------------|--------------------------|
-| username | used for auth |
-| secretKey | used for auth |
-| NAMESRV_ADDR | specify namesrv address |
-| eventNotifyRetryTopic | notify event retry topic |
-| clientRetryTopic | client retry topic |
+| **Config Key** | **Instruction**
|
+|-----------------------|---------------------------------------------------------------|
+| username | used for auth
|
+| secretKey | used for auth
|
+| NAMESRV_ADDR | specify namesrv address
|
+| eventNotifyRetryTopic | notify event retry topic
|
+| clientRetryTopic | client retry topic
|
+| metaAddr | meta all nodes ip:port. Same as membersAddress in
meta.config |
+
And some configuration items in the **meta.conf** configuration file