优化服务发现

This commit is contained in:
boyce
2021-05-06 16:09:27 +08:00
parent 1007845e95
commit bbab004f65
5 changed files with 10 additions and 9 deletions

View File

@@ -232,12 +232,12 @@ func startNode(args interface{}) error{
//2.初始化node
initNode(nodeId)
//3.运行集群
cluster.GetCluster().Start()
//4.运行service
//3.运行service
service.Start()
//4.运行集群
cluster.GetCluster().Start()
//5.记录进程id号
writeProcessPid(nodeId)