Kafka Streams: Testing

Rob Golder
Lydtech Consulting
Published in
9 min readJun 18, 2022

--

Kafka Streams: Testing

Writing comprehensive tests for a Kafka Streams application is essential, and there are multiple types of tests that should be considered by the developer before the application even reaches QA. These tests, covering unit, local integration, and component, are explored and demonstrated in this article.

The accompanying Kafka Streams Spring Boot application source code is available here.

--

--