Class CommitLogIdxProcessor

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

public class CommitLogIdxProcessor extends AbstractProcessor
The CommitLogIdxProcessor 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.