Dynamic config Refresh with Spring Boot | Microservice

preview_player
Показать описание
How to Dynamically Refresh Configuration In MicroServices.
Queries Solved
- Dynamic Config Refresh in MicroServices
- @refreshScope Annotation

#propertyExternalization #Spring Cloud Config Server

Github URL for Source code :-

TimeCodes
0:00 - Problem without Dynamic Config Refresh
2:28 - Implementing Dynamic Config Refresh

If you like the video , Please do subscribe my channel.
Keep Supporting me so that I can Continue to provide you free
content.
---------------------------------------------------------------------------------
Thank you for watching
---------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Eagerly waiting for Spring cloud burst video.. you are keep rocking..

arunkaliaperumal
Автор

How would you make this work in containerized environment like Faragate ECS or EKS? If you call refresh, it will hit only of the random containers through load balancer.

amitpadgaonkar
Автор

@Fullstack Mania, I did everything that was shown, but when I send/refresh, I also get the line in which the change occurred, but the update on the api side does not occur...

shirorise
Автор

If I'm using actuator for h2 database enabled service and hit refresh the the h2 instance is getting shut down and api isn't working.

dattasaimogudampalli