pqab opened a new issue, #22263:
URL: https://github.com/apache/pulsar/issues/22263

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   Pulsar client & client admin 3.0.2
   
   ### Minimal reproduce step
   
   We have grpc application which is using protobuf 3.25.x, however when we 
build the proto files, the protobuf packed inside the pulsar client which is 
using an old version override our dependencies, causing issues in the grpc 
runtime envrionment, even if we tried to exclude from the gradle, it doesn't 
works, because it built inside the client jar directly
   
   ### What did you expect to see?
   
   The protobuf library inside the pulsar client shouldn't override our 
dependencies
   
   ### What did you see instead?
   
   It took priority to load the library from the pulsar client
   
   ### Anything else?
   
   We have a workaround to use pulsar-client-original & 
pulsar-client-admin-original client instead
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: commits-unsubscr...@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to