You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/09/23 09:08:20 UTC

[rocketmq-mqtt] branch develop updated: Update readme (#148)

This is an automated email from the ASF dual-hosted git repository.

jinrongtong 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 bad331a  Update readme (#148)
bad331a is described below

commit bad331a4676226d41b88cca645b61fe32ec90ff2
Author: Dongyuan Pan <do...@gmail.com>
AuthorDate: Fri Sep 23 17:08:14 2022 +0800

    Update readme (#148)
---
 README.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 1d1c1b7..1405ca6 100644
--- a/README.md
+++ b/README.md
@@ -42,21 +42,21 @@ 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       |
 
 And some configuration items in the**meta.conf** configuration file
 
-**Config Key** | **Instruction**
------ | ----  
-allNodeAddress   |  meta kv all nodes ip, e.g. 192.168.0.1,192.168.0.2,192.168.0.3
-metaPort   | corresponding port, e.g. 25000
+| **Config Key** | **Instruction**                                                                 |
+|----------------|---------------------------------------------------------------------------------|
+| selfAddress    | meta cur node ip:port, e.g. 192.168.0.1:8080                                    |
+| membersAddress | meta all nodes ip:port, e.g. 192.168.0.1:8080,192.168.0.2:8080,192.168.0.3:8080 |
+
 
 4. CreateTopic