Revert "update etcd to v3.5.2 (#206)"

This reverts commit 766b6e9f
This commit is contained in:
wenxu12345
2022-04-29 18:45:11 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 7c3b3431fe
commit 012b6d09f7
4 changed files with 240 additions and 60 deletions
+2 -4
View File
@@ -1,16 +1,14 @@
package getcdv3
import (
"Open_IM/pkg/common/log"
"context"
"fmt"
"go.etcd.io/etcd/clientv3"
"net"
"strconv"
"strings"
"time"
clientv3 "go.etcd.io/etcd/client/v3"
"Open_IM/pkg/common/log"
)
type RegEtcd struct {
+6 -6
View File
@@ -4,15 +4,15 @@ import (
"Open_IM/pkg/common/log"
"context"
"fmt"
"strings"
"sync"
"time"
"go.etcd.io/etcd/api/v3/mvccpb"
clientv3 "go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/clientv3"
"go.etcd.io/etcd/mvcc/mvccpb"
//"google.golang.org/genproto/googleapis/ads/googleads/v1/services"
"google.golang.org/grpc"
"google.golang.org/grpc/balancer/roundrobin"
"google.golang.org/grpc/resolver"
"strings"
"sync"
"time"
)
type Resolver struct {