klevy-toast commented on issue #8884:
URL: https://github.com/apache/pulsar/issues/8884#issuecomment-747583508


   Hey @dlsprague! My team was seeing an identical issue when using client 
version 2.5.2, where sending a message would trigger that stacktrace regardless 
of what or how we sent it. We think that it was due to some weird transitive 
dependencies, where the project was using 
`org.apache.pulsar:pulsar-client-original:2.5.2`, but was also pulling in a 
transitive dependency that used `org.apache.pulsar:pulsar-client:2.4.0`. By 
upgrading the transitive dependency so that they were both using the 
`client-original:2.5.2` package, the error went away. Hopefully your project 
has a similar issue and can benefit from a similar fix.
   
   We've definitely had a lot of headaches due to mismatched dependencies..


----------------------------------------------------------------
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]


Reply via email to