alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.01k stars 12.8k forks source link

Shall we upgrade the protobuf-java and grpc-java to support Mac M1 #9015

Open jemygraw opened 2 years ago

jemygraw commented 2 years ago

Is your feature request related to a problem? Please describe. The current grpc-java (1.30.2) is not supported on apple M1 as described in issue https://github.com/grpc/grpc-java/issues/7690

Describe the solution you'd like It's appreciated that we can upgrade the grpc-java as well as the related protobuf-java version

Describe alternatives you've considered The following dependency is tested ok on apple M1

<grpc-java.version>1.48.1</grpc-java.version>
<protobuf-java.version>3.21.1</protobuf-java.version>

Additional context The suggested versions are also described at https://github.com/grpc/grpc-java README.

hsiong commented 2 years ago

look forward to receiving the message that issue would be closed

KomachiSion commented 1 year ago

https://github.com/sofastack/sofa-jraft/issues/837

Nacos depend jraft, but jraft can't upgrade > 1.30.2 .

Maybe need to delay.

shichaoyuan commented 1 year ago

看 jraft 已经更新 grpc 的版本了,Nacos 也同步一下?