This project demonstrates the implementation of the Actor Model using Akka and Apache Pekko in Java and Scala for building highly concurrent, distributed, and resilient message-driven applications on the JVM.
- Java 21
- Scala 3
- Akka 2.6.21
- Apache Pekko
Part 1 - OOP and the Rise of Concurrency Challenges
Part 2 - The Pitfalls of Shared State
Part 3 - TBD
Part 4 - TBD