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

Cassandra Source

Send a query to an Apache Cassandra cluster table.

Metadata

Property Value
Type source
Group Cassandra
Namespace Nosql
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
connectionHost string The hostname(s) for the Cassandra server(s). Use a comma to separate multiple hostnames.
connectionPort string The port number(s) of the cassandra server(s). Use a comma to separate multiple port numbers.
keyspace string The keyspace to use.
username string The username for accessing a secured Cassandra cluster.
password string The password for accessing a secured Cassandra cluster.
resultStrategy string ALL The strategy to convert the result set of the query.
consistencyLevel string QUORUM The consistency level to use.
query string The query to execute against the Cassandra cluster table.
extraTypeCodecs string To use a specific comma separated list of Extra Type codecs.

Dependencies

  • camel:jackson
  • camel:kamelet
  • camel:cassandraql