Shawyeok commented on issue #23728: URL: https://github.com/apache/pulsar/issues/23728#issuecomment-2549155923
> 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. The [original example](https://github.com/Shawyeok/348-pulsar-client/commit/11731ab9ed307573869388460d437492d9668766) does pull the correct Pulsar version, as confirmed by the jar name with version displayed on the bottom-left of the screenshot (also verified using `mvn dependency:tree`). The real cause was that the `pulsar-client-original-4.0.1.jar` in my local Maven repository was installed during the Pulsar release verification process (built from the `4.0.1-candidate-1` source), while the `pulsar-client-original-4.0.1-sources.jar` was downloaded separately by IntelliJ IDEA from the Maven repository. These two jars were mismatched, which is expected in such cases. I discovered this by reproducing the issue on another computer. Thanks for help, I'm going to close this one. -- 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]
