Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port remaining stages from akka.streams.contrib repository #3234

Open
marcpiechura opened this issue Dec 30, 2017 · 2 comments
Open

Port remaining stages from akka.streams.contrib repository #3234

marcpiechura opened this issue Dec 30, 2017 · 2 comments

Comments

@marcpiechura
Copy link
Contributor

marcpiechura commented Dec 30, 2017

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

@KarolKalbarczyk
Copy link

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

@Aaronontheweb Aaronontheweb modified the milestones: 1.4.9, 1.4.10 Jul 21, 2020
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.10, 1.4.11 Aug 20, 2020
@Aaronontheweb Aaronontheweb added this to the 1.4.32 milestone Dec 20, 2021
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.32, 1.4.33 Jan 18, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.33, 1.4.34 Feb 14, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.34, 1.4.35 Mar 7, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.35, 1.4.36 Mar 18, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.36, 1.4.40 Jun 7, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.40, 1.4.41 Jul 27, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.41, 1.4.42 Sep 7, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.42, 1.4.44 Sep 28, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.44, 1.4.45, 1.4.46 Oct 17, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.46, 1.4.47 Nov 15, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.47, 1.4.48 Dec 9, 2022
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.48, 1.4.49 Jan 5, 2023
@Aaronontheweb Aaronontheweb modified the milestones: 1.4.49, 1.4.50 Jan 26, 2023
@Aaronontheweb Aaronontheweb removed this from the 1.4.50 milestone Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants