This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new edd820e latest to next
edd820e is described below
commit edd820e395ef4ff8ab9b0007089003679727809e
Author: David Jencks <[email protected]>
AuthorDate: Sun Oct 24 12:34:44 2021 -0700
latest to next
---
docs/antora.yml | 5 ++++-
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 4 ++--
docs/modules/ROOT/pages/user-guide/aggregation.adoc | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/docs/antora.yml b/docs/antora.yml
index 5ecbe43..7207054 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -1,5 +1,8 @@
name: camel-kafka-connector
title: Camel Kafka Connector
-version: latest
+version: next
+prerelease: true
+display-version: Next (Prerelease)
+
nav:
- modules/ROOT/nav.adoc
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..9e0e485 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:next@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: