Class Cursor (1.4.1)

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.

Inheritance

builtins.object > proto.message.Message > Cursor