KubernetesLagom

Lagom kubernetes setup considerations

Problem Running and testing services in Lagom development environment, with its support for all needed tooling, is a smooth and straight forward process. Everything is prepared and ready to use out-of-the-box. Deploying and running it in…
klikix
17.02.2019.
Lagom

Distributed transactions in Lagom – Saga pattern

Problem In microservice systems it is often required to implement a business transaction that spans multiple microservices. This is called a distributed transaction (using saga pattern). Distributed transaction consist of multiple operations and requires transaction manager…
klikix
14.02.2019.
KafkaLagom

Scaling Lagom broker subscriber

Problem When subscribing to Kafka topic, in Lagom and general, we could face a problem that our subscribe message processing is slower then a topic message publishing, ending up having a message consume LAG that increases…
klikix
05.02.2019.