Etcd3
Since Camel 3.5
The Etcd3 component provides an AggregationStrategy
to use Etcd3 as the backend datastore.
Spring Boot Auto-Configuration
When using etcd3 with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-etcd3-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
The component has no Spring Boot auto configuration options.