Setting Up Your Local Event-Driven Environment Using Kafka Docker

Spin up a Kafka cluster in a Docker container and learn how to create topics, produce and consume messages

billydharmawan
Better Programming
Published in
6 min readFeb 12, 2020

--

Photo by Jelleke Vanooteghem on Unsplash

Introduction

Event-driven architecture is one of the modern architectures that are implemented in many applications today. There are many tools…

--

--