Hi,
what Actor Framework can you recommand. Does Kotlin work with Akka? I need a rock stable framework with momentum and production customers.
Thanks
Frank
Hi,
what Actor Framework can you recommand. Does Kotlin work with Akka? I need a rock stable framework with momentum and production customers.
Thanks
Frank
Sorry, perhaps I wasnt clear. I meant an ACTOR framework a la Erlang/Akka, not a web framework.
I don’t think VertX is just a web framework, but I don’t know if it supports the actor model.
Kotlin is fully compatible (afaik) with java and libraries written for the JVM, so (again afaik) it shouldn’t have any issues working with Akka.
Also, maybe Quasar might work for you? I know it definitely works with Kotlin, and has some extensions that take advantage of Kotlin’s features.
Vertx is not a web framework. You may want to have a look to “Verticle” class in the core-module. It acts quite a lot like an actor in actor-model.
Thanks. But Vert.x is really not what i am looking for. Its not suitable for the job/architecture envisioned. So again, has anyone had luck integration with TypeSafe Akka ?
Sounds like you are looking for quasar
//edit I see @CodeAnxiety already suggested that to you.
You can use Akka Java API in your Kotlin program, see this sample Akka project that developed using Kotlin.
Hello there!
Our team is using Java EE (JAX-RS, CDI), Akka, Kafka (akka-streams-kafka).