Package io.debezium.connector.cassandra
Class CassandraConnectorTask
- java.lang.Object
-
- io.debezium.connector.cassandra.CassandraConnectorTask
-
public class CassandraConnectorTask extends Object
A task that reads Cassandra commit log in CDC directory and generate corresponding data change events which will be emitted to Kafka. If the table has not been bootstrapped, this task will also take a snapshot of existing data in the database and convert each row into a change event as well.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCassandraConnectorTask.Cassandra4SchemaChangeListenerProviderstatic classCassandraConnectorTask.Cassandra4SchemaLoader
-
Constructor Summary
Constructors Constructor Description CassandraConnectorTask()
-