Skip to content

Commit 789acbf

Browse files
Clarification of behaviour when enable.auto.commit is set to false (#333)
* Clarification of behaviour when enable.auto.commit is set to false the behaviour for enable.auto.commit set to false was missing. adding the same to the doc * Grouping the cases together * Placing the common line about behaviour before the options.
1 parent 32b039b commit 789acbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,11 @@ This will add a field named `kafka` to the logstash event containing the followi
220220
* Value type is <<string,string>>
221221
* Default value is `"true"`
222222

223-
If true, periodically commit to Kafka the offsets of messages already returned by the consumer.
224223
This committed offset will be used when the process fails as the position from
225224
which the consumption will begin.
225+
If true, periodically commit to Kafka the offsets of messages already returned by
226+
the consumer. If value is `false` however, the offset is committed every time the
227+
consumer fetches the data from the topic.
226228

227229
[id="plugins-{type}s-{plugin}-exclude_internal_topics"]
228230
===== `exclude_internal_topics`

0 commit comments

Comments
 (0)