What other benefits than a live reload of properties does a config server offer? -
i'm starting work spring technology stack, , 1 of core components cloud config server. i'll try , explain. server backed git repository, (or other datastore), properties live. @ compile time, using available build tool, checkout git repository , pick files interested application. if these properties change need rebuild , redeploy service if copying properties manually in build phase, assuming service supports reloading of properties.
is there other benefit config server gives on conventional property handling @ build time live reloading of properties?
Comments
Post a Comment