ConsumerGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A Kafka consumer group in a given cluster.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The name of the consumer group. The consumer_group segment is used when connecting directly
to the cluster. Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}
|
topics |
MutableMapping[str, google.cloud.managedkafka_v1.types.ConsumerTopicMetadata]
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} |
Classes
TopicsEntry
TopicsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |