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.