Is there any way to get notified or call another service once file is written to an sftp sink, instead of creating another stream listening to the output location of the first stream?
I have a stream with sftp sink at the end of the stream. I need to call another service after file gets generated by sftp-sink at specified location.
One way is to create another stream listening at sftp-sink location. But I'm looking for a way without creating another stream.