Akka extensions for Kotlin?

Hi All, Are there any plans to extend Akka Api to take advantage of Kotlin features? Like taking advantage Kotlin’s native pattern matching in ‘receive’ instead of explicitly creating a builder?

We don’t have any plans for that but you should be able to use your own way of matching received messages. See https://github.com/akka/akka-samples/tree/2.5/akka-sample-vavr for inspiration.