From badd20809ad6cb5ee48e5f989a001c6e6ae0525a Mon Sep 17 00:00:00 2001 From: yinhuidong <62744306+yinhuidong@users.noreply.github.com> Date: Wed, 2 Nov 2022 23:40:21 +0800 Subject: [PATCH] Update 24server.md --- docs/06-parameterConfiguration/24server.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/06-parameterConfiguration/24server.md b/docs/06-parameterConfiguration/24server.md index b0e16c66e2..1e67a9edd1 100644 --- a/docs/06-parameterConfiguration/24server.md +++ b/docs/06-parameterConfiguration/24server.md @@ -97,3 +97,4 @@ | flushIntervalConsumeQueue | consumuQueue文件刷盘频率 | int | 1000 | | | | flushLeastPagesWhenWarmMapedFile | 用字节0填充整个文件的,每多少页刷盘一次。默认4096页,异步刷盘模式生效 | int | 4096 | | | +When docker is used to deploy brokers, the list of brokers pulled by namesrv is the internal ip address by default. When only public ip addresses are provided externally, problems will occur: Under Caused by: org. Apache. Rocketmq. Remoting. Exception. RemotingConnectException: connect to 172.17.42.1:10911 (IP) network failed.I tried to configure the property brokerIP1= public ip at broker.conf and restart the broker, but this did not change the error.