This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 2ef697b fix tiny doc mistake 2ef697b is described below commit 2ef697b5765bd372a07e9dd7ba6eb22ad8104a50 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Aug 10 07:49:44 2020 +0200 fix tiny doc mistake --- docs/modules/ROOT/pages/aggregation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/aggregation.adoc b/docs/modules/ROOT/pages/aggregation.adoc index a5c799f..605f172 100644 --- a/docs/modules/ROOT/pages/aggregation.adoc +++ b/docs/modules/ROOT/pages/aggregation.adoc @@ -10,7 +10,7 @@ We introduced then the following options in the Sink Connector Configuration: [source,bash] ---- -camel.beans.aggregate=#class:org.apache.camel.kafkaconnector.aggregator.StringAggregator" +camel.beans.aggregate=#class:org.apache.camel.kafkaconnector.aggregator.StringAggregator camel.beans.aggregation.size=10 camel.beans.aggregation.timeout=5000 ----