merlimat opened a new pull request #2191: Removed shading relocations for Circe-checksum and lz4 libraries URL: https://github.com/apache/incubator-pulsar/pull/2191 ### Motivation Circe-checksum and lz4 both use JNI code embedded in the Jar as the best option to do compression and checksums. If the classes are shaded, the JNI package names will be different and therefore we would be falling back on the slower Java based implementations.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
