Package io.debezium.connector.cassandra
Class CassandraConnectorTask
java.lang.Object
io.debezium.connector.cassandra.CassandraConnectorTask
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 ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static CassandraConnectorTaskTemplateinit(CassandraConnectorConfig config, ComponentFactory factory) static void
-
Constructor Details
-
CassandraConnectorTask
public CassandraConnectorTask()
-
-
Method Details
-
main
- Throws:
Exception
-
init
static CassandraConnectorTaskTemplate init(CassandraConnectorConfig config, ComponentFactory factory)
-