Package io.micronaut.configuration.kafka.seek
package io.micronaut.configuration.kafka.seek
-
ClassDescriptionPerforms
seek operations
on a target consumer.Represents aseek
operation that may be performed on aConsumer
.Determines the interpretation of theKafkaSeekOperation.offset()
value.Defines an interface that can be injected intoKafkaListener
beans so thatseek operations
can be eventually performed on a consumer.