Cassandra Idempotent Repository
Idempotent repository that uses Cassandra table to store message ids. Advice: use LeveledCompaction for this table and tune read/write consistency levels.
Metadata
| Property |
Value |
| Interface Type |
org.apache.camel.spi.IdempotentRepository |
| Version |
4.10.2 |
Maven Dependency
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cassandraql</artifactId>
<version>4.10.2</version>
</dependency>