Akka alternative

Viewed 46

As we know, Akka is a framework that helps to develop concurrent, distributed, reactive applications based on the Actor model on the JVM platform.

Akka 2.7 is planned to be released in October 2022. Starting with Akka 2.7, it is moving from Open source Apache license to a commercial license BSL. Given this, I am exploring alternatives to Akka on the JVM platform and non-JVM platform. I am looking for both frameworks and/or languages. Please suggest.

I know that we may not have a single alternative satisfying all the capabilities of Akka.

I choose Actor model to overcome all thread-based concurrency issues. If any alternative for this, I welcome it.

0 Answers
Related