Skip to content

io.helidon.messaging.connectors.kafka.KafkaConfigBuilder.AutoOffsetReset

Description

This type is an enumeration.

Allowed Values

ValueDescription
LATESTAutomatically reset the offset to the earliest offset
EARLIESTAutomatically reset the offset to the latest offset
NONEThrow exception to the consumer if no previous offset is found for the consumer's group

See the manifest for all available types.