polaris-java
polaris-java copied to clipboard
Maybe need upgrade io.netty version
What is the feature you want to add?
netty版本为4.1.75,北极星sdk依赖的netty版本为4.1.51,导致高版本的 netty在HpackDecoder处理grpc的header头调用GrpcHttp2ResponseHeaders的contains方法,而这个方法GrpcHttp2ResponseHeaders是直接抛出异常的,从而导致处理响应时抛出错误无法正常继续下面的流程
Why do you want to add this feature?
How to implement this feature?
Additional context Add any other context or screenshots about the feature request here.
netty 和 guava 是冲突最多的两个基础类。是不是可以考虑把这两个基础jar shade 掉?
grpc, netty, guava should be shaded.
already fix