Skip to the content Skip to the Navigation

Scalable Data Processing on the JVM Stack

  • Home
  • Spark
  • Kafka

Kafka

  1. HOME
  2. Kafka
30th January 2021 / Last updated : 14th November 2021 adrian Kafka

State Stores in Kafka Streams

This post is part of a series of posts on Kafka Streams. Related posts: Kafka Streams with Spring Cloud Stream Unit Testing Kafka Streams with Avro State Stores Each stateful operator in Kafka Streams is materialized in a state store. Different types of state stores exists in kafka streams depending on the streaming operation, level […]

22nd December 2020 / Last updated : 14th November 2021 adrian Kafka

Unit Testing Kafka Streams with Avro

Unit testing Kafka Streams with Avro is critical to ensure correctness of your streaming processing pipelines. If you decide to skip unit testing, you will likely spend a lot of time debugging at run time. The TopologyTestDriver API developed for Kafka Streams is powerful, intuitive and quite easy to use. In the following, I describe […]

8th February 2020 / Last updated : 23rd January 2021 adrian Kafka

Kafka Streams with Spring Cloud Stream

In this post we show how to configure Kafka Streams with Spring Cloud Stream. Then we deploy it and run it on Cloud Foundry PaaS. This post is part of a series of posts on Kafka Streams. Related posts: Unit Testing Kafka Streams with Avro 1. Software Stack In this tutorial we use Kafka Streams […]

Recent Posts

State Stores in Kafka Streams

30th January 2021

Unit Testing Kafka Streams with Avro

22nd December 2020

Kafka Streams with Spring Cloud Stream

8th February 2020

Profiling Spark Applications with Java Flight Recorder

24th November 2019

Java Flight Recorder

16th November 2019

Category

  • Kafka
  • Performance profiling
  • Spark
  • Spring

Archive

  • January 2021
  • December 2020
  • February 2020
  • November 2019
  • Home
  • Spark
  • Kafka
Follow @scaleoutdata

Copyright © Scalable Data Processing on the JVM Stack All Rights Reserved.

Powered by WordPress with Lightning Theme & VK All in One Expansion Unit by Vektor,Inc. technology.

MENU
  • Home
  • Spark
  • Kafka