lhotari commented on issue #21344:
URL: https://github.com/apache/pulsar/issues/21344#issuecomment-2091653256
> The problem is the pulsar-client-all jar is including that
com.google.protobuf.LazyStringArrayList class.
>
> So I cannot upgrade to the latest protobuf libraries and use pulsar client
in the same project. I think this is a bug. I think pulsar should shade the
classes from protobuf that it is including in its jar.
@davidtrobinson You might be able to workaround the problem by depending on
pulsar-client-original and pulsar-admin-original dependencies instead of
pulsar-client-all, pulsar-client or pulsar-admin. pulsar-client-original and
pulsar-admin-original are unshaded. Those work in most cases when used with a
recent compatible Netty version.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]