-
Notifications
You must be signed in to change notification settings - Fork 413
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
Adjust the priority of the configs #303
base: 3.1.x
Are you sure you want to change the base?
Conversation
@ryanjbaxter this PR does the same thing as spring-cloud/spring-cloud-config#2207 |
We can't do this as easily as config server since. While config server jdbc needed to match git, this has always functioned this way and may break users. It needs to be behind a flag and users must opt in. The default can be changed in 4.0.x |
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.
See previous comments
I think it's a bug. the zookeeper config didn't use the same config order in |
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.
We would need documentation for the property
Documentation added. |
@spencergibb a new flag is introduced as requested. |
Close #302
config with profiles should have higher priority than others.