Akka and GraalVM

With the recent work on Cloudstate, has there been any activity around a first class GraalVM capability for core Akka since the discussion in 2018? I’d be interested in any examples or pointers if there is nothing mainstream out there that I’m missing.

3 Likes

Not really any activity/actual work as far as I know.

Internal serialization using Protobuf 3 in Akka 2.6 was mentioned to make things easier (not using reflection for equals/hash code).

Someone got Akka HTTP client and server working: https://github.com/akka/akka/issues/25090

1 Like