Class ControlledMode (0.1.0)

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

The options for receiver under the controlled mode.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
starting_logical_offset str
This can be set to the following logical starting points: "begin": This will read from the earliest available message. "most-recent": This will read from the latest available message. "end": This will read only future messages. "stored": This will resume reads one past the last committed offset. It is the only option that resumes progress; all others jump unilaterally. This field is a member of oneof_ starting_offset.
fallback_starting_offset str
This is the logical starting point to fallback upon should the specified starting offset be unavailable. This can be one of the following values: "begin": This will read from the earliest available message. "end": This will read only future messages.