polaris-java icon indicating copy to clipboard operation
polaris-java copied to clipboard

Maybe need upgrade io.netty version

Open chuntaojun opened this issue 3 years ago • 1 comments

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.

chuntaojun avatar Jun 22 '22 10:06 chuntaojun

netty 和 guava 是冲突最多的两个基础类。是不是可以考虑把这两个基础jar shade 掉?

lepdou avatar Jun 22 '22 10:06 lepdou

grpc, netty, guava should be shaded.

SkyeBeFreeman avatar Sep 14 '22 03:09 SkyeBeFreeman

already fix

chuntaojun avatar Oct 19 '22 06:10 chuntaojun