Talks
Events

Dynamic configuration management in microservice architecture with Spring Cloud

Bartłomiej Słota at Spring I/O 2018

GitHub repos:
https://github.com/bslota/cloud-config
https://github.com/bslota/config-repository

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.