Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 462 Bytes

servicecomb.md

File metadata and controls

executable file
·
18 lines (15 loc) · 462 Bytes

ServiceComb

ServiceComb service center is the default plugin of go chassis, it support client side discovery, so need to set registry service. it implements both ServiceDiscovery and Registrator plugin

Configurations

cse:
  service:
    registry:
      type: servicecenter
      address: http://10.0.0.1:30100,http://10.0.0.2:30100 
      refeshInterval : 30s       
      watch: true                         
      api:
        version: v4