pjfanning commented on issue #2620:
URL: https://github.com/apache/pekko/issues/2620#issuecomment-3745710217

   My gut feeling is that 
https://github.com/apache/pekko/blob/44799471fe6b3fe7dfb9ef49470079be3cc74248/stream/src/main/scala/org/apache/pekko/stream/impl/fusing/Ops.scala#L2183
 is safe - that we don't retry if the source is an instance of FailedSource and 
for me, this seems sensible.
   
   It would be one thing if the source was anything other a FailedSource, a 
source that had a chance to succeed - but an instanceof FailedSource, it seems 
to me, that it is an improvement not to retry.


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