Testing Spring Boot Kafka with Testcontainers

In this tutorial, I will explain how to do integrating testing of spring boot , kafka applications using Testcontainers. In my previous blog post I have covered how to write Kafka producer and consumer application using Spring Boot framework. Now, we will write integration tests for testing the logic of producer and consumer application and…

How to Create Managed Kafka Cluster in the Cloud for Free

This post explains how to setup managed Kafka cluster in the cloud using confluent cloud platform. In my previous blog posts (linked below) , I explained about setting up Kafka cluster in local development machine using Kafka binary and Docker Kafka in the Cloud confluent provides fully managed Kafka cluster in the cloud. You try the…

Guide to Setting Up Apache Kafka Using Docker

This post explains how to setup Kafka cluster locally using Docker. In my previous blog post (linked below) , I explained about setting up Kafka cluster using Kafka binary and briefly explained about Kafka architecture. In this blog post I will explain how to setup kafka cluster using docker compose Installing Kafka Using Docker You…