Skip to content

Kafka Testing Introduction

authorjapps edited this page Oct 14, 2020 · 64 revisions

Kafka Testing Introduction

If you are reading this 1st time, then you might need 10 to 15 mins, but afterwards you can skip the intro topics and directly jump to Docker - Kafka In a Container section, then you need only 2mins.

1. Introduction

In this Wiki page, first we will discuss various concepts of Kafka distributed streams and then learn how to test an application built involving Kafka. We will explore basic to high-level approaches for testing microservices applications built involving Http and Kafka.

Also, we will learn about the advantages of the declarative way of testing Kafka applications over the traditional/existing way of testing.

We will learn how it enables us to keep the test-cases clean, readable, simple and elegant Please visit our knowledge hub to view the full article.

Blogs

Clone this wiki locally