Skip to content

Kafka Testing Introduction

authorjapps edited this page Oct 14, 2020 · 64 revisions

Kafka Automated Testing

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

1. Introduction

In this Wiki page, first we will discuss various concepts of Kafka distributed streams and then learn how to do test automation of an application built using Kafka or 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 forms of testing.

We will learn how it enables us to keep the test-cases clean, readable and simple.

Please visit our Zerocode knowledge hub to view the full article.

Blogs

Clone this wiki locally