apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.2k stars 148 forks source link

Add supervisor strategy support for Flow#throttle #655

Open He-Pin opened 1 year ago

He-Pin commented 1 year ago

Motivation: After took a look at Akka.NET's release note and I found pekko-stream don't has this too. refs: https://github.com/akkadotnet/akka.net/pull/6886

Would be nice to have this support.

nvollmar commented 1 year ago

Goes into the same direction as #624?

He-Pin commented 1 year ago

I will try to work on https://github.com/apache/incubator-pekko/issues/624 this weekend.