Class 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.