Uses of Class
io.helidon.messaging.connectors.kafka.KafkaConfigBuilder.AutoOffsetReset
-
Packages that use KafkaConfigBuilder.AutoOffsetReset Package Description io.helidon.messaging.connectors.kafka Microprofile messaging Kafka connector. -
-
Uses of KafkaConfigBuilder.AutoOffsetReset in io.helidon.messaging.connectors.kafka
Methods in io.helidon.messaging.connectors.kafka that return KafkaConfigBuilder.AutoOffsetReset Modifier and Type Method Description static KafkaConfigBuilder.AutoOffsetReset
KafkaConfigBuilder.AutoOffsetReset. valueOf(String name)
Returns the enum constant of this type with the specified name.static KafkaConfigBuilder.AutoOffsetReset[]
KafkaConfigBuilder.AutoOffsetReset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.messaging.connectors.kafka with parameters of type KafkaConfigBuilder.AutoOffsetReset Modifier and Type Method Description KafkaConfigBuilder
KafkaConfigBuilder. autoOffsetReset(KafkaConfigBuilder.AutoOffsetReset autoOffsetReset)
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server (e.g.
-