AI Features

Running a Single Consumer

In this lesson, we'll learn how to run a single Kafka consumer without being a member of a consumer group.

We'll cover the following...

So far, we have seen Kafka consumers run as part of a consumer group that automatically handles rebalances and assignment of partitions. However, ...