lifeSo commented on PR #1432: URL: https://github.com/apache/incubator-uniffle/pull/1432#issuecomment-1888604632
> > What is the difference between the two PlatformDependent? Or is there problem using 'io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent' > > @rickyma > > When using Netty in the code, we should always use the `io.netty:netty-all` dependency instead of the `io.grpc:grpc-netty-shaded` dependency, because the `io.netty:netty-all` dependency is controlled by our project code (`<netty.version>4.1.68.Final</netty.version>`), while the Netty used by `io.grpc:grpc-netty-shaded` is controlled by gRPC's internal Netty version, which is uncontrollable. > > @lifeSo OK, get it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
