Aiven-Open/gcs-connector-for-apache-kafka

Make filename templating more flexible

ivanyu opened this issue · 0 comments

Currently, the only configuration of names of files written on GCS that is possible is additional prefix, the rest is fixed. As a user, I should be able to specify:

  • a custom file name ending (extension);
  • put arbitrary separators between a topic, partition and start offset;
  • use record keys in file names.