cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

[CW-1979][CW-2038] Update grpc and etcd packages #772

Closed tomasz-michalski closed 4 years ago

tomasz-michalski commented 4 years ago

After reading https://github.com/grpc/grpc-go/releases, https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md and https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md I believe that the only change required in the code is to add grpc.WithBlock() to etcd client creation.