JDBC Driver for Apache Kafka

Build 23.0.8839

OffsetResetStrategy

Specifies an offset for the consumer group.

Possible Values

Earliest, Latest

データ型

string

デフォルト値

"Earliest"

解説

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839