ConsumerPartitionMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)Metadata for a consumer group corresponding to a specific partition.
Attributes |
|
|---|---|
| Name | Description |
offset |
int
Required. The current offset for this partition, or 0 if no offset has been committed. |
metadata |
str
Optional. The associated metadata for this partition, or empty if it does not exist. |