The purpose of the series is to uncover some of theAkka Streams essentials. There are few major principles that lie behinds this topic. They are: Asynchronous Backpressured Incremental And potentially infinite STREAMS of elements These terms are inextricably linked to the Reactive Streams concepts: Reactive Streams is an initiative to...
Continue reading...Akka
Hands-on: Akka + Akka HTTP + Akka Streams + Alpakka Java Tutorial
Which technologies will be used Today Akka offers a great technology stack that is built on top of the Actor paradigm. It delivers a great Akka Stream API which together with a simplified concurrency model and great abilities for use and control backpressure empowers us with top-class tools to create...
Continue reading...Get custom parameters from application.conf in Akka HTTP
Hi there! I decided to introduce a new type of posts which called a “Quick Tip”. So this post will be the first in that category. It is a common situation when you find some interesting feature (and maybe not only for you) but it is pretty small for creating...
Continue reading...