GitHub user pjfanning edited a comment on the discussion: Pekko alternative of akka-stream-contrib?
Even akka/akka-stream-contrib is not regularly published in jar format. Its README says this: ``` This repository is not released as a binary artifact and only shared as sources. ``` 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 GitHub link: https://github.com/apache/incubator-pekko/discussions/580#discussioncomment-6761231 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
