I'm downloading a file source and creating and stream to process line by line to finally sink into HDFS. For that purpose I'm using Spring Cloud Dataflow + Kafka.
Question: is there any way to know when the complete file has been sunk into HDFS to trigger an event?