Resource: ConsumerGroup
A Kafka consumer group in a given cluster.
JSON representation |
---|
{
"name": string,
"topics": {
string: {
object ( |
Fields | |
---|---|
name |
Identifier. The name of the consumer group. The |
topics |
Optional. Metadata for this consumer group for all topics it has metadata for. The key of the map is a topic name, structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic} An object containing a list of |
ConsumerTopicMetadata
Metadata for a consumer group corresponding to a specific topic.
JSON representation |
---|
{
"partitions": {
integer: {
object ( |
Fields | |
---|---|
partitions |
Optional. Metadata for this consumer group and topic for all partition indexes it has metadata for. An object containing a list of |
ConsumerPartitionMetadata
Metadata for a consumer group corresponding to a specific partition.
JSON representation |
---|
{ "offset": string, "metadata": string } |
Fields | |
---|---|
offset |
Required. The offset for this partition, or 0 if no offset has been committed. |
metadata |
Optional. The associated metadata for this partition, or empty if it does not exist. |
Methods |
|
---|---|
|
Deletes a single consumer group. |
|
Returns the properties of a single consumer group. |
|
Lists the consumer groups in a given cluster. |
|
Updates the properties of a single consumer group. |