Class CommitLogProcessor

java.lang.Object
io.debezium.connector.cassandra.AbstractProcessor
io.debezium.connector.cassandra.CommitLogProcessor

public class CommitLogProcessor extends AbstractProcessor
The CommitLogProcessor is used to process CommitLog in CDC directory. Upon readCommitLog, it processes the entire CommitLog specified in the CassandraConnectorConfig and converts each row change in the commit log into a Record, and then emit the log via a KafkaRecordEmitter.