-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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 configuration properties for cluster-level failover with Apache Pulsar #38559
Conversation
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 for the contribution @swamymavuri. I have added a few comments/suggestions but overall this LGTM. This part of Spring Pulsar lives in Spring Boot so someone from the Boot team will also need to review.
I don't think the docs as they are intentionally high level.
Also, I noticed you are working from your main branch in your fork. We typically work from a userbranch in our fork.
...oconfigure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarProperties.java
Outdated
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapper.java
Outdated
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapper.java
Outdated
Show resolved
Hide resolved
...re/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarConfigurationTests.java
Show resolved
Hide resolved
...re/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarConfigurationTests.java
Outdated
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapper.java
Outdated
Show resolved
Hide resolved
Thanks for the review comments @onobc , Also can you suggest
|
Also can you suggest
We typically follow the fork-and-branch-git-workflow. The only difference w/ yours is that instead of doing your changes in origin/main you would create a userbranch such as origin/gh-38559-pulsar-auto-failover (or whatever name you choose) and then use that to submit the PR. Whatever you do, do not resubmit an entire new PR as that will cause a bunch of noise and we would lose the current comments etc.. @philwebb what is the preferred action in this case?
Nope. Trust me, the team sees the PR and are just very busy - but they will get to the PR. |
Thank you very much and congratulations on your first contribution 🎉! |
Thanks @mhalbritter |
No description provided.