You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/17 03:28:36 UTC

[incubator-inlong] branch INLONG-739 updated: [INLONG-750] Improve master.ini and broker.ini (#554)

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

gosonzhang pushed a commit to branch INLONG-739
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/INLONG-739 by this push:
     new 8eb586a  [INLONG-750] Improve master.ini and broker.ini (#554)
8eb586a is described below

commit 8eb586a84574c04840b564a9daf0b1b305ffe5fe
Author: Bowen Li <27...@qq.com>
AuthorDate: Sat Jul 17 11:28:26 2021 +0800

    [INLONG-750] Improve master.ini and broker.ini (#554)
    
    1. change default port to 8715 in master.ini
    2. add configuration instruction for defEthName in broker.ini
---
 inlong-tubemq/conf/broker.ini | 2 ++
 inlong-tubemq/conf/master.ini | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/inlong-tubemq/conf/broker.ini b/inlong-tubemq/conf/broker.ini
index 61ee967..8d0406b 100644
--- a/inlong-tubemq/conf/broker.ini
+++ b/inlong-tubemq/conf/broker.ini
@@ -19,6 +19,8 @@
 ; unique id of broker server, required; when set to 0, TubeMQ will retrieve
 ; localhost IP, convert to int and set as brokerID
 brokerId=1
+; default network interface used to get localhost IP, optional; default is eth1
+;defEthName=eth1
 ; hostname of broker server, required
 hostName=127.0.0.1
 ; port that broker server listens to, optional; default is 8123
diff --git a/inlong-tubemq/conf/master.ini b/inlong-tubemq/conf/master.ini
index 936a596..4df6b47 100644
--- a/inlong-tubemq/conf/master.ini
+++ b/inlong-tubemq/conf/master.ini
@@ -19,7 +19,7 @@
 ; host address of master, required; must be configured at network card, enabled
 hostName=127.0.0.1
 ; port that master listens to, optional; default is 8715
-port=8000
+port=8715
 ; port that master web console listens to
 webPort=8080
 ; interval of re-balance, optional; default is 30000ms