Dynamic configuration management in microservice architecture with Spring Cloud by Bartłomiej Słota

preview_player
Показать описание
Spring I/O 2018 - Barcelona, 24-25 May

GitHub repos:

These days it seems to be obvious for us to keep the configuration separately from code, but sometimes having properties/yml files with our codebase is not enough. During this presentation I will focus on configuration issues in microservice environment. Don’t worry - there won’t be too much slides - I will do some live-coding and show you how can we improve configuration management with Spring Cloud and Apache Kafka, and how easy it is to reconfigure our application live without rebuilding or rebooting it.
Рекомендации по теме
Комментарии
Автор

Hi Brat,


Can you please give some more details on handling different profiles within dynamic configuration management. And also how can we prevent Developer from accessing production configuration.

bonjoviu