Replies: 5 comments 21 replies
|
Apache Pekko is a fork of Akka 2.6.20. Every API that is in Akka 2.6.20 is in Pekko. If these have been newly added to Akka 2.7 or 2.8, then we can look at adding them to Pekko but we can't copy the new Akka code. Any Akka code added since 2.7.0 is licensed under a new license that is not Apache Software License compatible. |
0 replies
|
These operators were added after the fork, mapAsynPartitioned was added in 2.8 (redacted link). |
14 replies
|
@kstokoz I can port my two operators, but still a little busy at $work, But the |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have a question regarding adding/mirroring operators that are available in Akka streams in Pekko, i.e.
It is allowed to add such to pekko? Are there any policies around mirroring functionality?
Regards,
Kyrylo
All reactions