He-Pin opened a new issue, #987:
URL: https://github.com/apache/incubator-pekko/issues/987

   Motivation:
   refs: https://github.com/apache/incubator-pekko/issues/980
   
   There is already a `Flow#orElse` operator, but we need another one but for 
`Sink`. and ZIO has a `ZSink.orElse` too, which will switch to another sink 
incase of failure/cancel.
   
   I think we can just add something like that `sink#orElse(secondary: 
Graph[SinkShape])`.
   
   Result:
   An out box of fallback kind thing is covered. I have not check the FS2, but 
ZIO has this.


-- 
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