Using etcd as property manager with Spring boot

What is etcd ?

From official site, “etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system”.

The most obvious use case for etcd is, using etcd as fault tolerant property manager for distributed applications and its being by kubernetes.

Published