merlimat opened a new pull request #6194: Pin the netty-transport-native-epoll to avoid conflicts URL: https://github.com/apache/pulsar/pull/6194 ### Motivation Currently the version pinning for `netty-transport-native-epoll` is not including the native library artifact. That results, depending on the Maven version, to be picking up an earlier version of `transport-native-epoll-4.1.33.Final-linux-x86_64.jar`, where the version is 4.1.33 as opposed to 4.1.43 which is the correct expected version. This results in using Java NIO based transport instead of the more effiecient/performant epoll based one. This affects 2.5.0 as well.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
