Hi, I am running standalone connector and explicitly setting auto.offset.reset parameter to latest in the properties file (which is default value). However, when I look at the logs, here's what I see:
2017-08-09 15:34:24,731] INFO Instantiated task hdfs-sink-cdpos_cdhdr_view-0 with version 3.2.0 of type io.confluent.connect.hdfs .HdfsSinkTask (org.apache.kafka.connect.runtime.Worker:317) [2017-08-09 15:34:24,748] INFO ConsumerConfig values: auto.commit.interval.ms = 5000 auto.offset.reset = earliest Can someone tell me where this might be getting set? Thanks, Manoj