OffsetResetStrategy
Specifies an offset for the consumer group.
Possible Values
Earliest, LatestData Type
string
Default Value
"Earliest"
Remarks
Select one of the following strategies:
Latest | Will only consume messages that are produced after the consumer group is created. |
Earliest | Will consume any unconsumed messages including any message produced before the lifetime of the consumer group. |