Skip to the content Skip to the Navigation

Scalable Data Processing on the JVM Stack

  • Home
  • Spark
  • Kafka

Spring

  1. HOME
  2. Spring
22nd December 2020 / Last updated : 3rd January 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 : 22nd December 2020 adrian Kafka

Running KafkaStreams with Spring Cloud Stream on Cloud Foundry

In this post we show how to configure a Kafka Streams application in the context of Spring Cloud Stream that we deploy and run on Cloud Foundry PaaS. 1. Software Stack In this tutorial we use Kafka Streams version 2.4.0, Spring Boot 2.2.2.RELEASE and Spring Cloud dependencies HOXTON.RELEASE. For the actual version of all the […]

Recent Posts

Unit Testing Kafka Streams with Avro

22nd December 2020

Running KafkaStreams with Spring Cloud Stream on Cloud Foundry

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

  • 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