Shawyeok commented on issue #23728: URL: https://github.com/apache/pulsar/issues/23728#issuecomment-2548433051
> @Shawyeok The example in https://github.com/Shawyeok/348-pulsar-client/blob/main/pom.xml contains a problem. With Spring Boot, you need to set the Pulsar version with `pulsar.version` property instead of using pulsar-bom. This has been updated to the Pulsar docs quite recently: https://pulsar.apache.org/docs/4.0.x/client-libraries-java-setup/#pulsar-bom-maven . There's a separate section for Spring Boot: https://pulsar.apache.org/docs/4.0.x/client-libraries-java-setup/#spring-boot 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. -- 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]
