You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/07/21 04:23:45 UTC

[GitHub] [skywalking] ysq5202121 commented on issue #4427: use consul tips No value present

ysq5202121 commented on issue #4427:
URL: https://github.com/apache/skywalking/issues/4427#issuecomment-883876462


   > 我解决了这个问题,因为Consul需要与客户端做健康检查,所以必须要告诉Consul本机地址与Ip,请看配置:
   > 
   > ```
   >   consul:
   >     serviceName: ${SW_SERVICE_NAME:"SkyWalking_OAP_Cluster"}
   >     hostPort: ${SW_CLUSTER_CONSUL_HOST_PORT:10.0.0.1:8500,10.0.0.2:8500,10.0.0.3:8500}
   >     internalComHost: 172.xxx.xxx #告诉Consul本节点Ip
   >     internalComPort: 11800  #告诉Consul这个是健康检查的端口
   > ```
   
   可以解决这个问题,但是有些不配置也可以,搞不懂!


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org