Distributing Configuration with Apache Tamaya – Anatole Tresch
In this talk we will show how Tamaya can be used to configure a distributed system based on Docker containers. Hereby we will use Consul or etcd as a backend for reading configuration common to all components and combine it with environment specific entries for each instance. Also we will update the configuration during runtime and trigger corresponding configuration change events to adopt our code based on the changes implied. As a result we will have a good overview about the API and SPI of Tamaya and why it should be an important component in every project nowadays.