Service discovery is an essential aspect for microservice architecture. Does usage of a Akka Cluster simplify this problem for us? To answer this question, first of all we need to analyse data flows within a cluster and understand how different elements (service nodes or clients) of a microservice can be...
[Read More]
Decomposition of monolithic application to Akka Cluster microservices
In the first part of series of articles about Akka Cluster Microservices, I would like to cover question of decomposition of a monolithic application. First of all, we need to understand what is monolithic application and what are micriservices. Also we need to define a goal and principles and practices...
[Read More]
Akka Cluster Microservices
By this post I would like to start series of articles about designing and implementing microservices on top of Akka Cluster. All the following is my personal thought, based on my experience. These records are attempt to systematize my knowledge and experience on a specific domain. I’m writing them mostly...
[Read More]