Overview of consumer groups in Managed Service for Apache Kafka
Stay organized with collections
Save and categorize content based on your preferences.
A consumer group defines a group of consumers that read records from a topic in
parallel. Each consumer in the group is assigned a subset of the topic's
partitions to read from.
To create a consumer group or add a consumer to an existing group, set the
group.id
configuration in the consumer. For example, when using the Kafka command-line
tools, you can specify the consumer group as follows:
In Managed Service for Apache Kafka, you can manage consumer groups by using
the Google Cloud console, Google Cloud CLI, the client libraries, or the Kafka
command-line tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-09-10 UTC."],[],[]]