这是indexloc提供的服务,不要输入任何密码
Skip to content

thandayuthapani/go-sc-client

 
 

Repository files navigation

Service-Center Client for Go-Chassis

Build Status This is a service-center client which helps the microservice to interact with Service-Center for service-registration, discovery, instance registration and dependency management.

This client implements all the api's of Service-Center.

This client needs the configuration of the Service-Center which can be added in chassis.yaml of the microservice.

cse:
  service:
    registry:
      address: https://cse.cn-north-1.myhwclouds.com:443
      scope: full #set full to enable discovery of other app's services
      watch: false  # set if you want to watch instance change event
      autoIPIndex: true # set to true if you want to resolve IP to microservice.
      api:
        version:v4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.4%
  • Shell 5.6%