Overview of Google Cloud Managed Service for Apache Kafka consumer groups
Stay organized with collections
Save and categorize content based on your preferences.
A consumer group is a set of consumers that cooperate to consume data from
various topics. The consumers in a consumer group all have the same group.id.
Consumer groups don't need to be explicitly created, and by default, a random consumer group.id is chosen. To use a specific group.id, you only need to
start a new consumer application with a group-id set to a
consumer-group ID in the consumer properties file. If the specified group-id
does not exist, Kafka creates a new consumer group.
For example, when using the Kafka console consumer:
You can also set other configuration options, such as offset management
settings, by using the client properties file. For more information, see
Consumer configs in
the Apache Kafka documentation.
Managed Service for Apache Kafka provides APIs to view, update, and delete consumer
groups within Google Cloud.
[[["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 2025-12-19 UTC."],[],[]]