Class ConsumerPartitionMetadata (0.1.0)

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 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.