Hunting through code, it looks like offsets are committed after a successful upload in Uploader.uploadFiles(), but I can only locate code in secor for committing offsets via zookeeper and can't find any reference in the KafkaClient code to actually commit offsets to the kafka offset managed topics. Is kafka topic offset tracking functionality working at the moment?
In secor.common.properties I've got the following set:
kafka.dual.commit.enabled=false
kafka.offsets.storage=kafka
Thanks in advance!