Java

Akka Streams Essentials. Part I.

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...

Visualizing Kafka Streams topology

Kafka Streams generates an ASCII Kafka Topology and prints it to the console during startup. These ASCII topologies can be huge and hard to understand. There is a handy tool which allows you to visualize your ASCII topology to a hand drawn diagram. Just copy the topology from the console...

Continue reading...