public interface KafkaAcknowledgement
extends io.micronaut.messaging.Acknowledgement
KafkaListener beans so that offsets can be manually committed.| Modifier and Type | Method and Description |
|---|---|
default void |
nack()
Kafka does not support rejection of messages explicitly.
|