io.helidon.messaging.connectors.kafka.KafkaConfigBuilder.AutoOffsetReset
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
LATEST | Automatically reset the offset to the earliest offset |
EARLIEST | Automatically reset the offset to the latest offset |
NONE | Throw exception to the consumer if no previous offset is found for the consumer's group |
See the manifest for all available types.