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

use Apache Pekko instead of Akka #5441

Open
pjfanning opened this issue Sep 6, 2023 · 3 comments
Open

use Apache Pekko instead of Akka #5441

pjfanning opened this issue Sep 6, 2023 · 3 comments

Comments

@pjfanning
Copy link

Most of the Apache Pekko jars are now released. A decent number of 3rd party libs now also support Pekko.

https://www.lightbend.com/akka/license-faq

@bdoyle0182
Copy link
Contributor

I'll likely be the one that ends up tackling this once I have bandwidth. The hard part is new clusters will have to be formed so it's technically going to be a breaking changed. We've been planning a 2.0 release for a while with our new scheduling algorithm, we should probably revisit that.

@style95
Copy link
Member

style95 commented Sep 7, 2023

I am also interested in this issue.

@bdoyle0182 Do you mean we have to release the openwhisk 2.0 before migrating to Pekko?

@pjfanning
Copy link
Author

pjfanning commented May 27, 2024

The build dependencies in the OpenWhisk are quite dated.

Pekko is based off newer versions of the Akka libs. Also libs like Kamon have added Pekko support but only in more recent versions.

I think it would be a good idea to upgrade the existing dependencies to newer versions before trying to switch to Pekko. With Akka libs, I am suggesting latest Apache licensed versions - not the more recent versions that have Category X licenses.

  • Akka 2.6.21 (due to CVEs)
  • Akka HTTP 10.2.10 (due to CVEs)
  • Akka Management 1.1.4
  • Alpakka 3.0.1 (4.0.0 does not support Scala 2.12)
  • Alpakka Kafka 2.1.1 (3.0.1 does not support Scala 2.12)
  • Kamon 2.7.2
  • spray-json 1.3.6
  • logback 1.2.14 (due to CVEs)
  • httpclient 4.5.14 (due to CVEs)
  • netty 4.1.110.Final (due to CVEs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants