Reactor Kafka receiveAutoAck and at least once semantics
In Reactor Kafka when using receiveAutoAck
, then if the framework acknowledges the events after the user code has processed them and returned, wouldn’t that honour the “at least once” semantics? Or does the acknowledging happen before passing the batch of events to the user code?