TDV Adapter for Apache Kafka

Build 22.0.8462

OffsetResetStrategy

Specifies an offset for the consumer group.

Possible Values

Earliest, Latest

Data 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462