This is an automated email from the ASF dual-hosted git repository.
djencks pushed a commit to branch camel-kafka-connector-0.11.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/camel-kafka-connector-0.11.x
by this push:
new 571bf2c latest to next
571bf2c is described below
commit 571bf2c1087225c690d8bb0b0bacc87cc7487717
Author: David Jencks <[email protected]>
AuthorDate: Sun Oct 24 13:32:39 2021 -0700
latest to next
---
docs/antora.yml | 22 ++++++++++++++++++++++
.../pages/contributor-guide/release-guide.adoc | 4 ++--
.../modules/ROOT/pages/user-guide/aggregation.adoc | 2 +-
3 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/docs/antora.yml b/docs/antora.yml
index 1a32168..30fb9e1 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,6 +1,28 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
name: camel-kafka-connector
title: Camel Kafka Connector
version: 0.11.0
display_version: 0.11.0 (LTS)
+
nav:
- modules/ROOT/nav.adoc
+
+asciidoc:
+ attributes:
+ camel-version: 3.11.x
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 2b07d69..fde3c36 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -3,10 +3,10 @@
:page-aliases: release-guide.adoc
The process is _mutatis mutandis_ the same as for the main Apache Camel
repository - see the
-xref:latest@manual::release-guide.adoc[Release guide] page of the Camel
documentation.
+xref:manual::release-guide.adoc[Release guide] page of the Camel documentation.
Here, just a sketch of the repeating part, after you have performed the
initial setup following the
-xref:latest@manual::release-guide.adoc[Camel Release guide]. In particular the
section about setting up your maven environment as described in
xref:latest@manual::release-guide.adoc#ReleaseGuide-MavenSetup[Camel Release
Maven Setup].
+xref:manual::release-guide.adoc[Camel Release guide]. In particular the
section about setting up your maven environment as described in
xref:manual::release-guide.adoc#ReleaseGuide-MavenSetup[Camel Release Maven
Setup].
== Pre release tasks
diff --git a/docs/modules/ROOT/pages/user-guide/aggregation.adoc
b/docs/modules/ROOT/pages/user-guide/aggregation.adoc
index 7c179bb..15e11c6 100644
--- a/docs/modules/ROOT/pages/user-guide/aggregation.adoc
+++ b/docs/modules/ROOT/pages/user-guide/aggregation.adoc
@@ -4,7 +4,7 @@
In a Sink Connector scenario, there are, sometimes, use cases where an end
user want to aggregate his Kafka record before sending them to an external
system.
Usually this can be done by defining a batch size or a timeout and once the
aggregation has been completed, sent the aggregate records collection to the
external system.
-In Apache Camel it exists the
xref:latest@components:eips:aggregate-eip.adoc[Aggregate EIP] implementation
and in Camel-Kafka-connector we wanted to leverage what we already have in the
plain Apache Camel project.
+In Apache Camel it exists the
xref:{camel-version}@components:eips:aggregate-eip.adoc[Aggregate EIP]
implementation and in Camel-Kafka-connector we wanted to leverage what we
already have in the plain Apache Camel project.
We introduced then the following options in the Sink Connector Configuration: