Etcd Keys
JVM since1.1.0 Nativeunsupported
Get, set or delete keys in etcd key-value store.
What’s inside
-
Etcd Keys component, URI syntax:
etcd-keys:path
-
Etcd Stats component, URI syntax:
etcd-stats:path
-
Etcd Watch component, URI syntax:
etcd-watch:path
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-etcd</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.