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.git


The following commit(s) were added to refs/heads/master by this push:
     new 42d812f  Regen
42d812f is described below

commit 42d812f14a8a32c982ebb7d4649d3d8aca069bd6
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Oct 21 05:06:00 2019 +0200

    Regen
---
 .../camel-debezium-component/src/main/docs/debezium-component.adoc      | 2 +-
 docs/components/modules/ROOT/pages/debezium-component.adoc              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-debezium/camel-debezium-component/src/main/docs/debezium-component.adoc
 
b/components/camel-debezium/camel-debezium-component/src/main/docs/debezium-component.adoc
index f246ef0..27cb8d2 100644
--- 
a/components/camel-debezium/camel-debezium-component/src/main/docs/debezium-component.adoc
+++ 
b/components/camel-debezium/camel-debezium-component/src/main/docs/debezium-component.adoc
@@ -125,7 +125,7 @@ with the following path and query parameters:
 | *databaseJdbcDriver* (mysql) | JDBC Driver class name used to connect to the 
MySQL database server. | class com.mysql.cj.jdbc.Driver | String
 | *databasePassword* (mysql) | *Required* Password of the MySQL database user 
to be used when connecting to the database. |  | String
 | *databasePort* (mysql) | Port of the MySQL database server. | 3306 | int
-| *databaseServerId* (mysql) | A numeric ID of this database client, which 
must be unique across all currently-running database processes in the cluster. 
This connector joins the MySQL database cluster as another server (with this 
unique ID) so it can read the binlog. By default, a random number is generated 
between 5400 and 6400. | 5653 | long
+| *databaseServerId* (mysql) | A numeric ID of this database client, which 
must be unique across all currently-running database processes in the cluster. 
This connector joins the MySQL database cluster as another server (with this 
unique ID) so it can read the binlog. By default, a random number is generated 
between 5400 and 6400. |  | long
 | *databaseServerIdOffset* (mysql) | Only relevant if parallel snapshotting is 
configured. During parallel snapshotting, multiple (4) connections open to the 
database client, and they each need their own unique connection ID. This offset 
is used to generate those IDs from the base configured cluster ID. | 10000 | 
long
 | *databaseServerName* (mysql) | *Required* Unique name that identifies the 
database server and all recorded offsets, and that is used as a prefix for all 
schemas and topics. Each distinct installation should have a separate namespace 
and be monitored by at most one Debezium connector. |  | String
 | *databaseSslKeystore* (mysql) | Location of the Java keystore file 
containing an application process's own certificate and private key. |  | String
diff --git a/docs/components/modules/ROOT/pages/debezium-component.adoc 
b/docs/components/modules/ROOT/pages/debezium-component.adoc
index 889ce8b..602d21b 100644
--- a/docs/components/modules/ROOT/pages/debezium-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-component.adoc
@@ -126,7 +126,7 @@ with the following path and query parameters:
 | *databaseJdbcDriver* (mysql) | JDBC Driver class name used to connect to the 
MySQL database server. | class com.mysql.cj.jdbc.Driver | String
 | *databasePassword* (mysql) | *Required* Password of the MySQL database user 
to be used when connecting to the database. |  | String
 | *databasePort* (mysql) | Port of the MySQL database server. | 3306 | int
-| *databaseServerId* (mysql) | A numeric ID of this database client, which 
must be unique across all currently-running database processes in the cluster. 
This connector joins the MySQL database cluster as another server (with this 
unique ID) so it can read the binlog. By default, a random number is generated 
between 5400 and 6400. | 5653 | long
+| *databaseServerId* (mysql) | A numeric ID of this database client, which 
must be unique across all currently-running database processes in the cluster. 
This connector joins the MySQL database cluster as another server (with this 
unique ID) so it can read the binlog. By default, a random number is generated 
between 5400 and 6400. |  | long
 | *databaseServerIdOffset* (mysql) | Only relevant if parallel snapshotting is 
configured. During parallel snapshotting, multiple (4) connections open to the 
database client, and they each need their own unique connection ID. This offset 
is used to generate those IDs from the base configured cluster ID. | 10000 | 
long
 | *databaseServerName* (mysql) | *Required* Unique name that identifies the 
database server and all recorded offsets, and that is used as a prefix for all 
schemas and topics. Each distinct installation should have a separate namespace 
and be monitored by at most one Debezium connector. |  | String
 | *databaseSslKeystore* (mysql) | Location of the Java keystore file 
containing an application process's own certificate and private key. |  | String

Reply via email to