Logo
Grokking the Advanced System Design Interview
Ask Author
Back to course home

0% completed

Kafka Workflow

Let's explore different messaging workflows that Kafka offers.

Kafka provides both pub-sub and queue-based messaging systems in a fast, reliable, persisted, fault-tolerance, and zero downtime manner. In both cases, producers simply send the message to a topic, and consumers can choose any one type of messaging system depending on their need. Let us follow the steps in the next section, to understand how the consumer can choose the messaging system of their choice.

Kafka workflow as pub-sub messaging

Following is the stepwise workflow of the Pub-Sub Messaging:

.....

.....

.....

Like the course? Get enrolled and start learning!