Hi everyone. I tried archiving some data on MSK weeks ago, and everything works fine. I retried the process again today but realized the consumer group didn’t start from where it stopped the last time. Is there anything am missing?
below is connect configuration
connector.class=io.confluent.connect.s3.S3SinkConnector
s3.region=ap-southeast-1
flush.size=1000
schema.compatibility=NONE
s3.part.size=5242880
tasks.max=2
topics=kakfa-topics
format.class=io.confluent.connect.s3.format.json.JsonFormat
partitioner.class=io.confluent.connect.storage.partitioner.DefaultPartitioner
value.converter=org.apache.kafka.connect.storage.StringConverter
storage.class=io.confluent.connect.s3.storage.S3Storage
s3.bucket.name=archive-bucket
key.converter=org.apache.kafka.connect.storage.StringConverter
Thanks