Soby Chacko

2019

Mar 20

Basic stateful streaming application using Spring Cloud Stream and Kafka Streams

Continuing on what we started here, in this blog, we are looking at how a basic stateful stream application can be written using Spring Cloud Stream and Kafka Streams. Writing a stateless streaming application is very straightforward in Spring Cloud Stream, but when you have to include state about your data, then we have more things to worry about. Kafka Streams make it really easy to write …

more

Mar 1

Spring Cloud Stream and Kafka Streams - Basics

In this blog, we are going to explore how Spring Cloud Stream and Kafka Streams can be used to write basic stateless stream processing applications. Kafka Streams is a great library for writing very powerful streaming applications and Spring Cloud Stream provides a very familiar programming model to making the task of writing such applications easier. The application that we develop is a very …

more

© Soby Chacko 2019