Add etcd as a service discovery mechanism

This commit is contained in:
skiffer-git 2024-05-13 14:08:35 +08:00
parent df14e75830
commit c8f3457385

View File

@ -108,7 +108,7 @@ func (r *SvcDiscoveryRegistryImpl) GetConns(ctx context.Context, serviceName str
}
conns = append(conns, conn)
}
fmt.Println("GetConns number ", len(conns))
return conns, nil
}