-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Needed
-
io.grpc:grpc-netty:1.56.0 is the latest Java gRPC implementation. It depends on Netty 4.1.87.Final, which is why I suggest us upgrading.
We can't use io.grpc:grpc-netty-shaded: while it shades Netty program elements, which seems helpful, it does not expose NettyChannelBuilder, which we need. NettyChannelBuilder is experimental API, but using it is fine (not that we have a choice) as long as we don't expose it as part of our API.