pingyu opened a new pull request #20: URL: https://github.com/apache/incubator-tubemq-website/pull/20
Move [bdbStore] configs in master.ini to [replication] & [master], as bdb is an implementation detail, better not to bother users. ``` bdbRepGroupName --> [replication].repGroupName bdbNodeName --> [replication].repNodeName bdbNodePort --> [replication].repNodePort bdbHelperHost --> [replication].repHelperHost bdbEnvHome --> [master].metaDataPath bdbLocalSync --> [replication].metaLocalSyncPolicy bdbReplicaSync --> [replication].metaReplicaSyncPolicy bdbReplicaAck --> [replication].repReplicaAckPolicy bdbStatusCheckTimeoutMs --> [replication].repStatusCheckTimeoutMs ``` This PR update related docs: ``` docs/(zh-cn/en-us)/configure_introduction.md docs/(zh-cn/en-us)/quick_start.md docs/(zh-cn/en-us)/tubemq_user_guide.md ``` Issue: https://issues.apache.org/jira/browse/TUBEMQ-166 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
