Spring Cloud with Archaius

I find it difficult to understand how to use Netflix Archaius with Spring Boot Config.

I have a microservice that gets the configuration from Spring Cloud Config Server, but I would like the configuration to automatically update when it was changed. As far as I understand, this can be achieved using Archaius on the client side by pulling information from the repository.

I searched, but cannot find a tutorial or example where this is done.

+5
source share

All Articles