tg44 commented on issue #980:
URL: 
https://github.com/apache/incubator-pekko/issues/980#issuecomment-1900032628

   So, my initial problem was that I have a substream which has a fileIO in it, 
the fileIO was only a safety measure, so if we loose the db connection we don't 
loose (too much) data. Then one day the fileIO failed (we couldn't recreate it 
bcs it opened a file which failed due to hosting provider issues), and it 
brought down the whole stream, and we lost hours of data when we finally 
noticed that the stream is down...
   
   My idea was to lazily create a sink, if it fails I can recreate it, if it 
fails multiple times I can simply change it to a `Sink.ignore` if I want to.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to