grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.52k stars 825 forks source link

grpc-netty-shaded 申威平台 #928

Closed celityowce closed 1 year ago

celityowce commented 1 year ago

FileNotFoundException:META-INF/native/libio_grpc_netty_shaded_netty_tcnative.so 有没有申威平台的这个so或者哪儿能弄到grpc-netty-shaded的源码在申威上自己编译

ST-DDT commented 1 year ago

English


You can find the source for grpc-netty in the https://github.com/grpc/grpc-java repository. The shaded jar is build from it. As for how to actually build for that plattform you have to ask over at grpc-java or maybe StackOverflow.

I hope this helps you.