Coder Social home page Coder Social logo

Comments (3)

dsyer avatar dsyer commented on September 13, 2024

I don't think that's a great default. the point of a centralized config server is that it is the authoritative source of external properties. What is the use case exactly where you need to re-order?

from spring-cloud-config.

warmuuh avatar warmuuh commented on September 13, 2024

i grasped cloud-config as a way to externalize and centralize all configuration normally done via application-xx.properties. that means, it will act as a replacement. looking at spring-boot reference, the system-properties have higher priority. honestly, i am used to the "override-by-jvm-parameters" behavior in all java applications.

we actually use this to have e.g. 5 instances of a service and on one or two servers, the instances are slightly different configured (using system-properties), so we wanted to use spring-cloud to configure all services and use system-properties to "specialize" the instances (instances should do the same, i know, but it is like it is...).

i actually cannot see a usecase where you want the "pre-defined" properties from config-server override the system-properties, but maybe its because of our use of them... anyhow, it would be great to make this configurable

from spring-cloud-config.

dsyer avatar dsyer commented on September 13, 2024

I guess it depends on how much of a control freak you are. One of the points of a central config server might be to disallow local overrides of some properties, which explains the current implementation. But making it configurable seems sensible. Maybe even per application via its own external properties.

from spring-cloud-config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.