This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch archetypes-docs in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 4c51a81ee01789ca2191bbc069abdf08679b154e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jul 24 14:46:36 2020 +0200 Added link in aggregation about the archetype --- docs/modules/ROOT/pages/aggregation.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/ROOT/pages/aggregation.adoc b/docs/modules/ROOT/pages/aggregation.adoc index 443497a..a5c799f 100644 --- a/docs/modules/ROOT/pages/aggregation.adoc +++ b/docs/modules/ROOT/pages/aggregation.adoc @@ -61,3 +61,8 @@ And you may think oldExchange and newExchange like records arriving to the Aggre So in this case each newExchange body will be concated with the oldExchange body and separated through the System line separator. This process will go ahead until the batch size has been completed or the timeout has been reached. + +[[ExtendingAConnector-ExtendingAConnector]] +== How Can I extend an existing connector for adding an aggregator? + +Take a look at xref:archetypes.adoc[Archetype Documentation]