Categories

Consumer group is a Kafka term which represents groups of consumers that form a “logical consumer” to read from a single topic. A consumer in a consumer group connects to one or more partitions inside a Kafka topic, and reads sequential log records from a partition file.