Ignite Cache
JVM since1.1.0 Nativeunsupported
Perform cache operations on an Ignite cache or consume changes from a continuous query.
What’s inside
-
Ignite Cache component, URI syntax:
ignite-cache:cacheName
-
Ignite Compute component, URI syntax:
ignite-compute:endpointId
-
Ignite Events component, URI syntax:
ignite-events:endpointId
-
Ignite ID Generator component, URI syntax:
ignite-idgen:name
-
Ignite Messaging component, URI syntax:
ignite-messaging:topic
-
Ignite Queues component, URI syntax:
ignite-queue:name
-
Ignite Sets component, URI syntax:
ignite-set:name
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ignite</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.