I am trying to use Flink FileSource and read a directory. in the directory can be multiple files and I want to sink them to Kafka. this is working fine. my problem is that I am trying to add the source file name into the Kafka headers, and cant get it to add. I am using Flink 1.20
I tried to override the reader but no file name,