Class CommitLogPostProcessor

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

public class CommitLogPostProcessor extends AbstractProcessor
The CommitLogPostProcessor is used to post-process commit logs in the COMMIT_LOG_RELOCATION_DIR once the commit log has been processed by the CommitLogProcessor. How the commit log is post-processed depends on the implementation detail of the CommitLogTransfer.