Kafka Connect S3 connector field partitioner

Hi,
I am using Kafka connect S3 connector with schema registry and field partitioner to partition records as per some field in record specified using partition.field.name in config so the path that is being created on S3 is like in format <field_name>=<filed_value>.
So can we format it in a way just to have field_value in path and not both?

No, this isn’t configurable in the FieldPartitioner (see here). I can’t think of any quick & easy workarounds. I believe you’d need to write a custom partitioner to do this.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.