Tudor Zgureanu
  • Home
  • About
Sign in Subscribe

Akka

A collection of 3 posts
Akka

Demystifying Akka Extensions

When it comes to adding features to Akka, there is an elegant way to do that by using a very handy extension mechanism called Akka Extensions. Adding a custom extension requires implementing two basic components: Extension and ExtensionId. There are many examples of extensions that will bring your application and
07 Oct 2016 3 min read
Akka

Akka starter kit

This post comes as a continuation for Scala starter kit. If you are new to Scala ecosystem I would recommend to check it out. Being a Scala developer there is a big chance you will develop highly concurrent and scalable applications using Akka. This article comes with some high level
17 Sep 2016 3 min read
Scala Featured

Akka Persistence: Testing Persistent Actors

Akka persistence provides functionality for persisting the internal state of an actor so it can be recovered when the actor is started, restarted after a shutdown/crash or migrated in a cluster. The main idea behind Akka persistence is Event Sourcing, where the individual changes to an actor are persisted
07 Sep 2016 5 min read
Page 1 of 1
Tudor Zgureanu © 2025
Powered by Ghost