feat:multi cluster application

This commit is contained in:
pengcong06
2020-05-25 22:38:03 +08:00
parent d4b7d88b4b
commit 59839439d5
73 changed files with 9838 additions and 6278 deletions

View File

@@ -37,7 +37,7 @@ func NewClient(host string, port int) (*grpc.ClientConn, error) {
if err != nil {
return nil, err
}
clientCache.Store(endpoint, conn)
//clientCache.Store(endpoint, conn)
return conn, nil
}