2 Home
gitea_admin edited this page 2026-03-11 14:44:00 +00:00

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>