Book Image

Building Microservice with AKKA HTTP [Video]

By : Tomasz Lelek
Book Image

Building Microservice with AKKA HTTP [Video]

By: Tomasz Lelek

Overview of this book

<p>Microservices are an architectural method and pattern for application development.</p> <p>This video course will make the viewers understand how to build Reactive microservices using Akka and Akka HTTP, which adhere to the principles underlying the Reactive Manifesto. You will delve deeper into concepts such as Responsive, Resilient, Elastic, and Message-Driven and will see how microservices should be designed to adhere to those principles. You will look into the AKKA and HTTP frameworks in depth.</p> <p>By the end of the course, your foundation will be strong and you will be well-versed in creating microservices.</p> <h1>Style and Approach</h1> <p>This tutorial course will enhance your understanding of AKKA, and deepen your practical knowledge via step-by-step tutorials.</p>
Table of Contents (2 chapters)
Chapter 2
AKKA and AKKA HTTP
Content Locked
Section 6
Making Our Service Comply with Reactive Manifesto Principles
We want our app to be stateless, what should we do? - Identify the state that resides in our application - Move the state to an external database