I’m wondering if I can set the file name for something different than:<prefix>/<topic>/year=YYYY/month=MM/day=dd/<topic>+<kafkaPartition>+<startOffset>.<format>
Actually I want to create a file name and in case it is already exists override the old one.
Some of the parts of the object names are configurable but the connector must adhere to that pattern. Part of the reason for this constraint is to implement exactly once delivery in the connector – AIUI the partition and offsets in the name are critical in that exactly-once implementation.