You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/04/18 13:19:31 UTC

[GitHub] [dubbo-go] gaoxinge commented on issue #1152: Ehancement: upgrade gRPC version from 1.26 to 1.36

gaoxinge commented on issue #1152:
URL: https://github.com/apache/dubbo-go/issues/1152#issuecomment-821990619


   I think the difficult thing is that we should upgrade the version of `etcd`. This is because `etcd` does not use `go module` before `v3.5.0` ([[1](https://github.com/etcd-io/etcd/issues/11154)], [[2](https://colobu.com/2020/04/09/accidents-of-etcd-and-go-module/)]).
   
   Now the latest version of `github.com/coreos/etcd` is `v3.3.25+incompatible` ([[3](https://pkg.go.dev/go.etcd.io/etcd)]), and highest compatible version of grpc is `v1.26.0`. So we can not directly upgrade grpc to higher version.
   
   In addition, `github.com/coreos/etcd@v3.5.0` will release in the mid of 2021 ([[4](https://github.com/etcd-io/etcd/milestone/37)]), and it may introduce incompatible and conflict codes with `dubbogo`.
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org