Re: netty conflict using lettuce redis client

2017-12-13 Thread Timo Walther
Hi, we just released Flink 1.4.0 [1]. Maybe it is possible for you to upgrade? One of the greatest features is improved classloading and better dependency management. I think this would be the easiest solution for you. Otherwise let us know if you still need help. Regards, Timo [1] http

netty conflict using lettuce redis client

2017-12-13 Thread Jinhua Luo
Hi All, The io.netty package included in flnk 1.3.2 is 4.0.23, while the latest lettuce-core (4.4) depends on netty 4.0.35. If I include netty 4.0.35 in the app jar, it would throw java.nio.channels.UnresolvedAddressException. It seems the netty classes are mixed between versions from app jar and