-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PulsarServiceConnection support when Spring Boot 3.2.0 is supported #384
Comments
Thanks for sharing this @eddumelendez ! This is news to me and is very exciting. I look forward to not having to do the Not sure if it will make it in time for the |
Thanks for point me to the PR @onobc ! I didn't see that coming 😅 |
Putting this info here to avoid duplication of work in the case where someone sees this issue and decides to implement it as well - I have implemented this (but queued up on the initial SB PR) spring-projects/spring-boot#34763 (comment) |
Closed via spring-projects/spring-boot@d9af7ce |
In Spring Boot 3.1.0-M2, Service Connections was introduced.
It would be great to do the same for the project and introduce
PulsarServiceConnection
and set automatically the following propertiesspring.pulsar.client.serviceUrl
andspring.pulsar.administration.service-url
.At the current state, probably won't be possible unless there is a test module but could be too much. I guess, the proper time would be when merging the autoconfiguration in spring boot support which I hope could be for 3.1.0 release.
The text was updated successfully, but these errors were encountered: