Spring Cloud config server - Sharing properties (RAIL specific services/ multiple services)

29 views Asked by At

In our organization, we have over 100 micro services developed, and they are grouped into multiple business specific RAILS, such as ONLINE, Mobile, Payment, etc.

AS of now we have common properties, namely application.json, and also service specific properties, say mobiletransactions-it2.json, mobiletransactions-dev2.json, etc.

Newly we received a requirement, to use RAIL specific common properties, in addition to global application.json

So, we need to use RAIL specific properties, say Mobile-dev.json/Mobile.json that can be made available to all the services under Mobile RAILS, say mobileservice1-dev1, mobileservice2-dev, mobileservice1-it1, etc.

Can we have Mobile.json in addition to application.json for all the services under Mobile.

Any guidance would be helpful :-)

Thanks Arul

We tried to have Mobile.json and tried to have this shared as a common json config for all services under Mobile business. But not luck.

0

There are 0 answers