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

[rocketmq] branch develop updated: typo: best_practice.md (#3939)

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

yuzhou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 446b76b  typo: best_practice.md (#3939)
446b76b is described below

commit 446b76b07b4336ec720b518ef2e9964bff650934
Author: HMYDK <pa...@yeah.net>
AuthorDate: Tue Mar 8 16:30:26 2022 +0800

    typo: best_practice.md (#3939)
    
    * Update .travis.yml
    
    Depracated MODERATE noisy mail for dev@rocketmq.apache.org. Still Failing: apache/rocketmq#5670 (5.0.0-alpha-static-topic - 5ebc327) @dongeforever
    
    * Updated Notice file to 2022 (#3735)
    
    * Update best_practice.md
    
    fix word
    
    Co-authored-by: von gosling <vo...@apache.org>
    Co-authored-by: ZhangJian He <sh...@gmail.com>
    Co-authored-by: tigerweili <ti...@tencent.com>
---
 docs/cn/best_practice.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md
index caf0e0a..4ca89bf 100755
--- a/docs/cn/best_practice.md
+++ b/docs/cn/best_practice.md
@@ -184,7 +184,7 @@ msgId一定是全局唯一标识符,但是实际使用中,可能会存在相
 | brokerIP1 | 网卡的 InetAddress                         | 当前 broker 监听的 IP  |
 | brokerIP2 | 跟 brokerIP1 一样                         | 存在主从 broker 时,如果在 broker 主节点上配置了 brokerIP2 属性,broker 从节点会连接主节点配置的 brokerIP2 进行同步  |
 | brokerName        | null                         | broker 的名称                           |
-| brokerClusterName                     | DefaultCluster                  | 本 broker 所属的 Cluser 名称           |
+| brokerClusterName                     | DefaultCluster                  | 本 broker 所属的 Cluster 名称           |
 | brokerId             | 0                              | broker id, 0 表示 master, 其他的正整数表示 slave                                                 |
 | storePathRootDir                         | $HOME/store/                   | 存储根路径                                            |
 | storePathCommitLog                      | $HOME/store/commitlog/                              | 存储 commit log 的路径                                                |