Skip to content

Commit

Permalink
Fix receiveAutoAck documentation (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-gara committed Sep 7, 2023
1 parent 7717183 commit 250be81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/api-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ The maximum number of records in each batch can be controlled using the `KafkaCo
KafkaConsumer to control the amount of data fetched from Kafka brokers in each poll. Each batch is
returned as a Flux that is acknowledged after the Flux terminates. Acknowledged records are committed periodically
based on the configured commit interval and batch size. This mode is simple to use since applications
do not need to perform any acknowledge or commit actions. It is efficient as well and can be used
do not need to perform any acknowledge or commit actions. It is efficient as well but can not be used
for at-least-once delivery of messages.

==== Manual acknowledgement of batches of records
Expand Down

0 comments on commit 250be81

Please sign in to comment.