Step 01 - Part 1 I and Part 2 ntro to Limits Microservice And Spring Cloud Config Server
Step 01 - Part 1 Intro to Limits Microservice And Spring Cloud Config Server In given Above example we have diffrent Envirnmnet and there respecitve environments Dev Has 1 Environment QA Has 2 Environment STAGE has 1 Environment PROD has 4 Environments So by given above exmaple we understand like we have Different services Like CurrencyCalculationService, CurrencyExchangeService, LimitService and all each of these has diffrent number of environments for each type of Environment(DEV,QA,STAGE,PROD) So this type of congifuration managing the individually for each application and each environment is very very difficult, thats where centralized configuration comes into the Picture Spring Cloud Config Server 1. Spring Cloud Config server says you can put all the configuration for your application into GIT Repository 2. and It will take care of managing the configuration and providing it to the specific Microservice Example: if Limit service says i would want the configuration for...