Hi, I'm pretty new to Kafka Streams. I am using Kafka Streams to ingest large csv file. I need to run some clean-up code after all records in the file are processed. Is there a way to send "End of Batch" event that is guaranteed to be processed after all records? If not is there alternative solution?
Thanks, Eric