Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.06 KB

File metadata and controls

14 lines (9 loc) · 1.06 KB

ConsumerGroupResetOffsetParameters

Properties

Name Type Description Notes
offset OffsetType
value str Value associated with the given `offset`. Not used for `offset` values `earliest` and `latest`. When `offset` is `timestamp` then `value` must be a valid timestamp representing the point in time to reset the consumer group. When `offset` is `absolute` then `value` must be the integer offset to which the consumer group will be reset. [optional]
topics [TopicsToResetOffset] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]