Class Cursor (0.1.0)

Cursor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A cursor that describes the position of a message within a topic partition.

Attribute

NameDescription
offset int
The offset of a message within a topic partition. Must be greater than or equal 0.