Package io.helidon.config.etcd

Etcd configuration source.

This module contains Etcd ConfigSource which allow user to retrieve a configuration stored as a single entry in etcd. There is also a EtcdConfigSourceBuilder for a convenient way how to initialize Etcd ConfigSource. The EtcdConfigSourceBuilder allows to specify following properties (besides the ones covered in AbstractConfigSourceBuilder) a uri where the instance of Etcd is running, the key where the configuration is stored, version of the Etcd API which should be used.

Etcd integration is placed in io.helidon.config.etcd Java 9 module. Maven coordinates are io.helidon.config:helidon-config-etcd.

See Also:
EtcdConfigSource.builder(), EtcdWatcher