Replies: 3 comments 3 replies
-
Even akka/akka-stream-contrib is not regularly published in jar format. Its README says this:
It is usually close to trivial to rewrite Akka code to work with Pekko. How about trying to copy/paste the akka-stream-contrib code you need into your own project and then rewriting it to use Pekko libs instead? See https://pekko.apache.org/docs/pekko/current/project/migration-guides.html |
Beta Was this translation helpful? Give feedback.
-
I created https://github.com/pjfanning/pekko-stream-contrib - I'm not planning on publishing a jar but the source should be usable. |
Beta Was this translation helpful? Give feedback.
-
@kaplanbar What specified operators do you need? I think unlink zio or reactor/rxjava, pekko lack some operators and not easy to use. |
Beta Was this translation helpful? Give feedback.
-
Hello, is there an alternative for akka-stream-contrib which uses Pekko?
https://github.com/akka/akka-stream-contrib/tree/main
Beta Was this translation helpful? Give feedback.
All reactions