akka.net icon indicating copy to clipboard operation
akka.net copied to clipboard

Port remaining stages from akka.streams.contrib repository

Open marcpiechura opened this issue 7 years ago • 2 comments

We've ported retry stage in #3235 but there are a few more left, this would be a good opportunity for beginners since most of those stages are quite simple.

A few of them are already implemented:

  • Timed
  • Retry
  • Implicits

in #3375

  • AccumulateWhileUnchanged
  • LastElement
  • PartitionWith
  • Sample

or doesn’t need to be ported

  • Accumulate, it’s already deprecated.
  • Corone, it’s specific to the JVM.

https://github.com/akka/akka-stream-contrib/tree/master/contrib/src/main/scala/akka/stream/contrib

marcpiechura avatar Dec 30 '17 19:12 marcpiechura

I would like to try and implement at least some of those stages, is it still up for grabs?

KarolKalbarczyk avatar Jul 05 '20 18:07 KarolKalbarczyk

@KarolKalbarczyk yes, they're still up for grabs

Arkatufus avatar Mar 31 '21 17:03 Arkatufus