Zxsheng commented on issue #598: service comb的service center 安装需要config center吗?
URL: 
https://github.com/apache/servicecomb-service-center/issues/598#issuecomment-546210203
 
 
   都是二进制安装,servicecenter 用tar解压后的脚本start-service-center.sh启动~
   mesher的配置如下(没有贴出来的都是没有启用的配置项):
   cse:
     protocols:
       grpc:
         listenAddress: 10.90.51.222:40107
       http:
         listenAddress: 10.90.51.222:30111
       rest-admin:
         listenAddress: 10.90.51.222:30112 # listen addr use to adminAPI
     service:
       registry:
         address: http://10.90.51.222:30100 # uri of service center
         #address: https://cse.cn-north-1.myhuaweicloud.com:443 # uri of 
service center
         scope: full #set full to be able to discover other app's service
         watch: false # set if you want to watch instance change event
         autoIPIndex: true # set to true if u want to resolve source IP to 
microservice
    #config:
    #   client:
    #    serverUri: http://10.90.51.222:30103  #uri of config center
    #    refreshMode: 1 # 1: only pull config.
    #     refreshInterval: 30 # unit is second
    #  monitor: #Send monitoring data to CSE monitor Server
    #    client:
    #      serverUri: https://cse.cn-north-1.myhuaweicloud.com:443   # monitor 
server url
     handler:
       chain:
         Consumer:
           outgoing:  #consumer handlers
           #If registry type is pilot then to make sure traffic goes through 
mesher provider new handler needs to be added to consumer after loadbalance 
handler
           #ex: router, ratelimiter-consumer, bizkeeper-consumer, loadbalance, 
port-selector, transport
         Provider:
           incoming:   #provider handlers

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


With regards,
Apache Git Services

Reply via email to