Interface KafkaSeekOperations

All Superinterfaces:
Iterable<KafkaSeekOperation>

public interface KafkaSeekOperations extends Iterable<KafkaSeekOperation>
Defines an interface that can be injected into KafkaListener beans so that seek operations can be eventually performed on a consumer.

The operations will be performed by Micronaut automatically, when the consumer method completes successfully, possibly after committing offsets via OffsetStrategy.AUTO.

Since:
4.1
Author:
Guillermo Calvo
See Also: