This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new bec0532 Fix typo (#2461) bec0532 is described below commit bec0532e11c5c14fe225752c412feb72e5dc2f18 Author: elbaz michael <michaelel...@outlook.fr> AuthorDate: Wed Aug 8 23:43:37 2018 +0200 Fix typo (#2461) --- components/camel-kafka/src/main/docs/kafka-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc b/components/camel-kafka/src/main/docs/kafka-component.adoc index d306c1f..b528742 100644 --- a/components/camel-kafka/src/main/docs/kafka-component.adoc +++ b/components/camel-kafka/src/main/docs/kafka-component.adoc @@ -526,7 +526,7 @@ In XML: === Using manual commit with Kafka consumer *Available as of Camel 2.21* -By default the Kafka consumer will use auto commit, where the offset will be committed automaticcally in the background using a given interval. +By default the Kafka consumer will use auto commit, where the offset will be committed automatically in the background using a given interval. In case you want to force manual commits, you can use `KafkaManualCommit` API from the Camel Exchange, stored on the message header. This requires to turn on manual commits by either setting the option `allowManualCommit` to `true` on the `KafkaComponent`