-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Followup "GH-41 Add auto-created topics" #72
Conversation
d0ff99e
to
946a59b
Compare
...t-autoconfigure/src/main/java/org/springframework/pulsar/autoconfigure/PulsarProperties.java
Outdated
Show resolved
Hide resolved
...t-autoconfigure/src/main/java/org/springframework/pulsar/autoconfigure/PulsarProperties.java
Outdated
Show resolved
Hide resolved
...t-autoconfigure/src/main/java/org/springframework/pulsar/autoconfigure/PulsarProperties.java
Outdated
Show resolved
Hide resolved
...t-autoconfigure/src/main/java/org/springframework/pulsar/autoconfigure/PulsarProperties.java
Show resolved
Hide resolved
...ure/src/test/java/org/springframework/pulsar/autoconfigure/PulsarAutoConfigurationTests.java
Show resolved
Hide resolved
spring-pulsar-sample-apps/src/main/java/app1/SpringPulsarBootApp.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alpreu I have some minor comments and then the concern of which props we should support (admin and regular client). But other than that, looks great and is ready to go. Lets come to conclusion on the properties and then we can get this one merged. Docs look great. Thanks for adding.
EDITED I put a strike through the above concern based on this comment.
… into followup-new-topics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for another awesome contribution @alpreu !
This PR adds auto-configuration and documentation for #64.