Hello
I have a sink connector pushing data from Kafka to s3 using the TimeBasedPartitioner with YYYY/MM/dd as path.format
I want to backup my events from this s3 bucket by pushing them to backup topics with kafka connect source.
The problem is that my source connector is unable to retrieve all s3 partitions (most of the time, it stops on the first partition)
I don’t have a licence, can it be the cause or any idea?