Module io.helidon.config.etcd
Package io.helidon.config.etcd
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:
-
ClassDescriptionA config source which loads a configuration document from Etcd.Etcd ConfigSource builder.
EtcdApi
determines which etcd API version will be used.Etcd endpoint remote descriptor.Service loader service for ETCD config source.Etcd watch strategy is based on etcd watch operation.Service loader service for ETCD config source.