A standalone service center to allow services to register their instance information and to discover providers of a given service
The easiest way to get Service Center is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, and Docker. Instructions for using these binaries are on the GitHub releases page.
First, you need to run a etcd(version: 3.x) as a database service£¬and then modify the etcd IP and port in the Service Center configuration file (./conf/app.conf : manager_cluster).
./bin/start.sh
This will bring up Service Center listening on port 30100 for service communication.
Project documentation is available on the ServiceComb website.
You don¡¯t need to build from source to use Service Center (binaries on the GitHub releases page), but if you want to try out the latest and greatest, Service Center can be easily built. You can refer to this compilation script(.travis.yml).
Mailing list:
Planning/Roadmap: milestones, roadmap
Bugs: issues
See CONTRIBUTING for details on submitting patches and the contribution workflow.
See reporting bugs for details about reporting any issues.