Skip to content

Commit acc53af

Browse files
committed
Doc Polishing
1 parent 84b6f29 commit acc53af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,9 @@ The metrics are grouped into the `Map<MetricName, ? extends Metric>` by the `cli
852852
Several options are provided for committing offsets.
853853
If the `enable.auto.commit` consumer property is `true`, Kafka auto-commits the offsets according to its configuration.
854854
If it is `false`, the containers support several `AckMode` settings (described in the next list).
855+
The default `AckMode` is `BATCH`.
856+
Starting with version 2.3, the framework sets `enable.auto.commit` to `false` unless explicitly set in the configuration.
857+
Previously, the Kafka default (`true`) was used if the property was not set.
855858

856859
The consumer `poll()` method returns one or more `ConsumerRecords`.
857860
The `MessageListener` is called for each record.

0 commit comments

Comments
 (0)