lhotari commented on issue #23728: URL: https://github.com/apache/pulsar/issues/23728#issuecomment-2548950987
> Thanks for sharing this tips, I've changed the example. > > Btw, any insights on this? This issue could be critical, as debugging with `pulsar-client` nearly impossible. If users cannot debug using the `pulsar-client-original` module, they are forced to debug with the Pulsar source code. This adds significant inconvenience, such as the Pulsar source code potentially lacking the dependencies that their application requires. @Shawyeok Please test if you can reproduce with the `pulsar.version` property properly set to `4.0.1`. The reason why that was relevant is that Spring Boot would pull in a different version than expected and that could result in the debugging issue since the Pulsar library would be the version whichever is Spring Boot's default. That issue is resolved by setting `pulsar.version` property. -- 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]
