Class QueueProcessor

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

public class QueueProcessor extends AbstractProcessor
A thread that constantly polls records from the queue and emit them to Kafka via the KafkaRecordEmitter. The processor is also responsible for marking the offset to file and deleting the commit log files.