harissecic commented on issue #8233: URL: https://github.com/apache/pulsar/issues/8233#issuecomment-785995445
> > I'm unaware about pulsar-client-original and what's the difference between non "original" one. > > [pulsar-client](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client/2.6.1/jar) shades most dependencies. [pulsar-client-original](https://search.maven.org/artifact/org.apache.pulsar/pulsar-client-original/2.6.1/jar) is the same code, but the dependencies aren't shaded. You can notice the difference in dependencies for example by comparing the pom.xml files. Sorry it took some time but unshaded lib is colliding because of some netty loop. So it cannot be used with this approach. Not sure should I close this issue as it will not be resolved or to wait maybe some good idea comes along. ---------------------------------------------------------------- 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]
