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


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

commit 72fa8810a45882f2227c2569c98eee1155ee9b72
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jun 3 20:29:53 2020 +0200

    Regen
---
 .../springboot/catalog/components/debezium-mongodb.json      |  4 ++--
 .../camel/springboot/catalog/components/debezium-mysql.json  |  8 ++++----
 .../springboot/catalog/components/debezium-postgres.json     |  4 ++--
 .../springboot/catalog/components/debezium-sqlserver.json    |  8 ++++----
 components-starter/camel-corda-starter/pom.xml               | 12 ------------
 .../src/main/docs/debezium-mongodb-starter.adoc              |  2 +-
 .../springboot/DebeziumMongodbComponentConfiguration.java    |  2 +-
 .../src/main/docs/debezium-mysql-starter.adoc                |  4 ++--
 .../springboot/DebeziumMySqlComponentConfiguration.java      |  4 ++--
 .../src/main/docs/debezium-postgres-starter.adoc             |  2 +-
 .../springboot/DebeziumPostgresComponentConfiguration.java   |  2 +-
 .../src/main/docs/debezium-sqlserver-starter.adoc            |  4 ++--
 .../springboot/DebeziumSqlserverComponentConfiguration.java  |  4 ++--
 components-starter/camel-iota-starter/pom.xml                | 12 ------------
 components-starter/camel-kubernetes-starter/pom.xml          |  8 ++++++++
 docs/modules/ROOT/pages/debezium-mongodb-starter.adoc        |  2 +-
 docs/modules/ROOT/pages/debezium-mysql-starter.adoc          |  4 ++--
 docs/modules/ROOT/pages/debezium-postgres-starter.adoc       |  2 +-
 docs/modules/ROOT/pages/debezium-sqlserver-starter.adoc      |  4 ++--
 19 files changed, 38 insertions(+), 54 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
index 0aff23f..3372af9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
@@ -57,7 +57,7 @@
     "mongodbSslEnabled": { "kind": "property", "displayName": "Mongodb Ssl 
Enabled", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "false", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Should connector use 
SSL to connect to MongoDB instances" },
     "mongodbSslInvalidHostnameAllowed": { "kind": "property", "displayName": 
"Mongodb Ssl Invalid Hostname Allowed", "group": "mongodb", "label": 
"consumer,mongodb", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Whether invalid host 
names [...]
     "mongodbUser": { "kind": "property", "displayName": "Mongodb User", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Database user for 
connecting to MongoDB, if necessary." },
-    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear a [...]
+    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear a [...]
     "skippedOperations": { "kind": "property", "displayName": "Skipped 
Operations", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The comma-separated 
list of operations to skip during streaming, defined as: [...]
     "snapshotDelayMs": { "kind": "property", "displayName": "Snapshot Delay 
Ms", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of 
milliseconds to delay before a snapshot will begin." },
     "snapshotFetchSize": { "kind": "property", "displayName": "Snapshot Fetch 
Size", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded into memory while performing a snap [...]
@@ -105,7 +105,7 @@
     "mongodbSslEnabled": { "kind": "parameter", "displayName": "Mongodb Ssl 
Enabled", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "false", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Should connector use 
SSL to connect to MongoDB instances" },
     "mongodbSslInvalidHostnameAllowed": { "kind": "parameter", "displayName": 
"Mongodb Ssl Invalid Hostname Allowed", "group": "mongodb", "label": 
"consumer,mongodb", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Whether invalid host 
name [...]
     "mongodbUser": { "kind": "parameter", "displayName": "Mongodb User", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Database user for 
connecting to MongoDB, if necessary." },
-    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear  [...]
+    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear  [...]
     "skippedOperations": { "kind": "parameter", "displayName": "Skipped 
Operations", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The comma-separated 
list of operations to skip during streaming, defined as [...]
     "snapshotDelayMs": { "kind": "parameter", "displayName": "Snapshot Delay 
Ms", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of 
milliseconds to delay before a snapshot will begin." },
     "snapshotFetchSize": { "kind": "parameter", "displayName": "Snapshot Fetch 
Size", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded into memory while performing a sna [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mysql.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mysql.json
index cb6b4f1..30820d9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mysql.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mysql.json
@@ -46,7 +46,7 @@
     "databaseHistoryFileFilename": { "kind": "property", "displayName": 
"Database History File Filename", "group": "mysql", "label": "consumer,mysql", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The path to the file 
that will be used to record the databas [...]
     "databaseHistoryKafkaBootstrapServers": { "kind": "property", 
"displayName": "Database History Kafka Bootstrap Servers", "group": "mysql", 
"label": "consumer,mysql", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A list of host\/port 
pairs that the conne [...]
     "databaseHistoryKafkaRecoveryAttempts": { "kind": "property", 
"displayName": "Database History Kafka Recovery Attempts", "group": "mysql", 
"label": "consumer,mysql", "required": false, "type": "integer", "javaType": 
"int", "deprecated": false, "secret": false, "defaultValue": "100", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of attempts 
in a ro [...]
-    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "property", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"mysql", "label": "consumer,mysql", "required": false, "type": "duration", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": 
"0.1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of  [...]
+    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "property", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"mysql", "label": "consumer,mysql", "required": false, "type": "duration", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": 
"0,1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of  [...]
     "databaseHistoryKafkaTopic": { "kind": "property", "displayName": 
"Database History Kafka Topic", "group": "mysql", "label": "consumer,mysql", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the topic 
for the database schema history" },
     "databaseHistorySkipUnparseableDdl": { "kind": "property", "displayName": 
"Database History Skip Unparseable Ddl", "group": "mysql", "label": 
"consumer,mysql", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Controls the action 
Debezium w [...]
     "databaseHistoryStoreOnlyMonitoredTablesDdl": { "kind": "property", 
"displayName": "Database History Store Only Monitored Tables Ddl", "group": 
"mysql", "label": "consumer,mysql", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Controls w [...]
@@ -81,7 +81,7 @@
     "maxBatchSize": { "kind": "property", "displayName": "Max Batch Size", 
"group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "2048", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of each 
batch of source records. Defaults to 2048." },
     "maxQueueSize": { "kind": "property", "displayName": "Max Queue Size", 
"group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "8192", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of the 
queue for change events read from the database log but not  [...]
     "messageKeyColumns": { "kind": "property", "displayName": "Message Key 
Columns", "group": "mysql", "label": "consumer,mysql", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A semicolon-separated 
list of expressions that match fully-qualified tables and c [...]
-    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear after r [...]
+    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear after r [...]
     "snapshotDelayMs": { "kind": "property", "displayName": "Snapshot Delay 
Ms", "group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of 
milliseconds to delay before a snapshot will begin." },
     "snapshotFetchSize": { "kind": "property", "displayName": "Snapshot Fetch 
Size", "group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded into memory while performing a snapshot" },
     "snapshotLockingMode": { "kind": "property", "displayName": "Snapshot 
Locking Mode", "group": "mysql", "label": "consumer,mysql", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "minimal", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Controls how long the 
connector holds onto the glo [...]
@@ -124,7 +124,7 @@
     "databaseHistoryFileFilename": { "kind": "parameter", "displayName": 
"Database History File Filename", "group": "mysql", "label": "consumer,mysql", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The path to the file 
that will be used to record the databa [...]
     "databaseHistoryKafkaBootstrapServers": { "kind": "parameter", 
"displayName": "Database History Kafka Bootstrap Servers", "group": "mysql", 
"label": "consumer,mysql", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A list of host\/port 
pairs that the conn [...]
     "databaseHistoryKafkaRecoveryAttempts": { "kind": "parameter", 
"displayName": "Database History Kafka Recovery Attempts", "group": "mysql", 
"label": "consumer,mysql", "required": false, "type": "integer", "javaType": 
"int", "deprecated": false, "secret": false, "defaultValue": "100", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of attempts 
in a r [...]
-    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "parameter", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"mysql", "label": "consumer,mysql", "required": false, "type": "duration", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": 
"0.1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of [...]
+    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "parameter", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"mysql", "label": "consumer,mysql", "required": false, "type": "duration", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": 
"0,1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of [...]
     "databaseHistoryKafkaTopic": { "kind": "parameter", "displayName": 
"Database History Kafka Topic", "group": "mysql", "label": "consumer,mysql", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the topic 
for the database schema history" },
     "databaseHistorySkipUnparseableDdl": { "kind": "parameter", "displayName": 
"Database History Skip Unparseable Ddl", "group": "mysql", "label": 
"consumer,mysql", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Controls the action 
Debezium  [...]
     "databaseHistoryStoreOnlyMonitoredTablesDdl": { "kind": "parameter", 
"displayName": "Database History Store Only Monitored Tables Ddl", "group": 
"mysql", "label": "consumer,mysql", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"false", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Controls  [...]
@@ -159,7 +159,7 @@
     "maxBatchSize": { "kind": "parameter", "displayName": "Max Batch Size", 
"group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "2048", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of each 
batch of source records. Defaults to 2048." },
     "maxQueueSize": { "kind": "parameter", "displayName": "Max Queue Size", 
"group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "8192", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of the 
queue for change events read from the database log but not [...]
     "messageKeyColumns": { "kind": "parameter", "displayName": "Message Key 
Columns", "group": "mysql", "label": "consumer,mysql", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A semicolon-separated 
list of expressions that match fully-qualified tables and  [...]
-    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear after  [...]
+    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appear after  [...]
     "snapshotDelayMs": { "kind": "parameter", "displayName": "Snapshot Delay 
Ms", "group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of 
milliseconds to delay before a snapshot will begin." },
     "snapshotFetchSize": { "kind": "parameter", "displayName": "Snapshot Fetch 
Size", "group": "mysql", "label": "consumer,mysql", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded into memory while performing a snapshot" },
     "snapshotLockingMode": { "kind": "parameter", "displayName": "Snapshot 
Locking Mode", "group": "mysql", "label": "consumer,mysql", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "minimal", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MySqlConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Controls how long the 
connector holds onto the gl [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-postgres.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-postgres.json
index 4cf2dfd..8d1112d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-postgres.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-postgres.json
@@ -63,7 +63,7 @@
     "maxQueueSize": { "kind": "property", "displayName": "Max Queue Size", 
"group": "postgres", "label": "consumer,postgres", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "8192", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of the 
queue for change events read from the database log [...]
     "messageKeyColumns": { "kind": "property", "displayName": "Message Key 
Columns", "group": "postgres", "label": "consumer,postgres", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A semicolon-separated 
list of expressions that match fully-qualified tab [...]
     "pluginName": { "kind": "property", "displayName": "Plugin Name", "group": 
"postgres", "label": "consumer,postgres", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": "decoderbufs", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the 
Postgres logical decoding plugin install [...]
-    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "postgres", "label": "consumer,postgres", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appea [...]
+    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "postgres", "label": "consumer,postgres", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appea [...]
     "provideTransactionMetadata": { "kind": "property", "displayName": 
"Provide Transaction Metadata", "group": "postgres", "label": 
"consumer,postgres", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Enables transaction 
metadata extracti [...]
     "publicationName": { "kind": "property", "displayName": "Publication 
Name", "group": "postgres", "label": "consumer,postgres", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "dbz_publication", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the 
Postgres 10 publication us [...]
     "schemaBlacklist": { "kind": "property", "displayName": "Schema 
Blacklist", "group": "postgres", "label": "consumer,postgres", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The schemas for which 
events must not be captured" },
@@ -135,7 +135,7 @@
     "maxQueueSize": { "kind": "parameter", "displayName": "Max Queue Size", 
"group": "postgres", "label": "consumer,postgres", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "8192", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of the 
queue for change events read from the database lo [...]
     "messageKeyColumns": { "kind": "parameter", "displayName": "Message Key 
Columns", "group": "postgres", "label": "consumer,postgres", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A semicolon-separated 
list of expressions that match fully-qualified ta [...]
     "pluginName": { "kind": "parameter", "displayName": "Plugin Name", 
"group": "postgres", "label": "consumer,postgres", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": "decoderbufs", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the 
Postgres logical decoding plugin instal [...]
-    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "postgres", "label": "consumer,postgres", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appe [...]
+    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "postgres", "label": "consumer,postgres", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to appe [...]
     "provideTransactionMetadata": { "kind": "parameter", "displayName": 
"Provide Transaction Metadata", "group": "postgres", "label": 
"consumer,postgres", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Enables transaction 
metadata extract [...]
     "publicationName": { "kind": "parameter", "displayName": "Publication 
Name", "group": "postgres", "label": "consumer,postgres", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "dbz_publication", "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the 
Postgres 10 publication u [...]
     "schemaBlacklist": { "kind": "parameter", "displayName": "Schema 
Blacklist", "group": "postgres", "label": "consumer,postgres", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.PostgresConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The schemas for which 
events must not be captured" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-sqlserver.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-sqlserver.json
index 398688c..551183d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-sqlserver.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-sqlserver.json
@@ -41,7 +41,7 @@
     "databaseHistoryFileFilename": { "kind": "property", "displayName": 
"Database History File Filename", "group": "sqlserver", "label": 
"consumer,sqlserver", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The path to the file 
that will be used to record [...]
     "databaseHistoryKafkaBootstrapServers": { "kind": "property", 
"displayName": "Database History Kafka Bootstrap Servers", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A list of host\/port 
pairs th [...]
     "databaseHistoryKafkaRecoveryAttempts": { "kind": "property", 
"displayName": "Database History Kafka Recovery Attempts", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "100", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of atte [...]
-    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "property", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"duration", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "0.1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Th [...]
+    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "property", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"duration", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "0,1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Th [...]
     "databaseHistoryKafkaTopic": { "kind": "property", "displayName": 
"Database History Kafka Topic", "group": "sqlserver", "label": 
"consumer,sqlserver", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the topic 
for the database schema history" },
     "databaseHostname": { "kind": "property", "displayName": "Database 
Hostname", "group": "sqlserver", "label": "consumer,sqlserver", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Resolvable hostname or 
IP address of the SQL Server database server." },
     "databasePassword": { "kind": "property", "displayName": "Database 
Password", "group": "sqlserver", "label": "consumer,sqlserver", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Password of the SQL 
Server database user to be use [...]
@@ -56,7 +56,7 @@
     "maxBatchSize": { "kind": "property", "displayName": "Max Batch Size", 
"group": "sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "2048", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of each 
batch of source records. Defaults to 2048." },
     "maxQueueSize": { "kind": "property", "displayName": "Max Queue Size", 
"group": "sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "8192", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of the 
queue for change events read from the database  [...]
     "messageKeyColumns": { "kind": "property", "displayName": "Message Key 
Columns", "group": "sqlserver", "label": "consumer,sqlserver", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A semicolon-separated 
list of expressions that match fully-qualified  [...]
-    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to ap [...]
+    "pollIntervalMs": { "kind": "property", "displayName": "Poll Interval Ms", 
"group": "sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to ap [...]
     "provideTransactionMetadata": { "kind": "property", "displayName": 
"Provide Transaction Metadata", "group": "sqlserver", "label": 
"consumer,sqlserver", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Enables transaction 
metadata extra [...]
     "snapshotDelayMs": { "kind": "property", "displayName": "Snapshot Delay 
Ms", "group": "sqlserver", "label": "consumer,sqlserver", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of 
milliseconds to delay before a snapshot will be [...]
     "snapshotFetchSize": { "kind": "property", "displayName": "Snapshot Fetch 
Size", "group": "sqlserver", "label": "consumer,sqlserver", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded into memory while performing  [...]
@@ -94,7 +94,7 @@
     "databaseHistoryFileFilename": { "kind": "parameter", "displayName": 
"Database History File Filename", "group": "sqlserver", "label": 
"consumer,sqlserver", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The path to the file 
that will be used to recor [...]
     "databaseHistoryKafkaBootstrapServers": { "kind": "parameter", 
"displayName": "Database History Kafka Bootstrap Servers", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A list of host\/port 
pairs t [...]
     "databaseHistoryKafkaRecoveryAttempts": { "kind": "parameter", 
"displayName": "Database History Kafka Recovery Attempts", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "100", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of att [...]
-    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "parameter", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"duration", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "0.1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "T [...]
+    "databaseHistoryKafkaRecoveryPollIntervalMs": { "kind": "parameter", 
"displayName": "Database History Kafka Recovery Poll Interval Ms", "group": 
"sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"duration", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "0,1s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "T [...]
     "databaseHistoryKafkaTopic": { "kind": "parameter", "displayName": 
"Database History Kafka Topic", "group": "sqlserver", "label": 
"consumer,sqlserver", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The name of the topic 
for the database schema history" },
     "databaseHostname": { "kind": "parameter", "displayName": "Database 
Hostname", "group": "sqlserver", "label": "consumer,sqlserver", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Resolvable hostname or 
IP address of the SQL Server database server." },
     "databasePassword": { "kind": "parameter", "displayName": "Database 
Password", "group": "sqlserver", "label": "consumer,sqlserver", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Password of the SQL 
Server database user to be us [...]
@@ -109,7 +109,7 @@
     "maxBatchSize": { "kind": "parameter", "displayName": "Max Batch Size", 
"group": "sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "2048", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of each 
batch of source records. Defaults to 2048." },
     "maxQueueSize": { "kind": "parameter", "displayName": "Max Queue Size", 
"group": "sqlserver", "label": "consumer,sqlserver", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "8192", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of the 
queue for change events read from the database [...]
     "messageKeyColumns": { "kind": "parameter", "displayName": "Message Key 
Columns", "group": "sqlserver", "label": "consumer,sqlserver", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "A semicolon-separated 
list of expressions that match fully-qualified [...]
-    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "sqlserver", "label": "consumer,sqlserver", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0.5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to a [...]
+    "pollIntervalMs": { "kind": "parameter", "displayName": "Poll Interval 
Ms", "group": "sqlserver", "label": "consumer,sqlserver", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0,5s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Frequency in 
milliseconds to wait for new change events to a [...]
     "provideTransactionMetadata": { "kind": "parameter", "displayName": 
"Provide Transaction Metadata", "group": "sqlserver", "label": 
"consumer,sqlserver", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "false", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Enables transaction 
metadata extr [...]
     "snapshotDelayMs": { "kind": "parameter", "displayName": "Snapshot Delay 
Ms", "group": "sqlserver", "label": "consumer,sqlserver", "required": false, 
"type": "duration", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "0s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The number of 
milliseconds to delay before a snapshot will b [...]
     "snapshotFetchSize": { "kind": "parameter", "displayName": "Snapshot Fetch 
Size", "group": "sqlserver", "label": "consumer,sqlserver", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.SqlServerConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded into memory while performing [...]
diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 9ae10f6..8559a29 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-corda</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git 
a/components-starter/camel-debezium-mongodb-starter/src/main/docs/debezium-mongodb-starter.adoc
 
b/components-starter/camel-debezium-mongodb-starter/src/main/docs/debezium-mongodb-starter.adoc
index d675d9e..a46eb89 100644
--- 
a/components-starter/camel-debezium-mongodb-starter/src/main/docs/debezium-mongodb-starter.adoc
+++ 
b/components-starter/camel-debezium-mongodb-starter/src/main/docs/debezium-mongodb-starter.adoc
@@ -61,7 +61,7 @@ The component supports 44 options, which are listed below.
 | *camel.component.debezium-mongodb.offset-storage-partitions* | The number of 
partitions used when creating the offset storage topic. Required when 
offset.storage is set to the 'KafkaOffsetBackingStore'. |  | Integer
 | *camel.component.debezium-mongodb.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-mongodb.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
-| *camel.component.debezium-mongodb.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-mongodb.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-mongodb.skipped-operations* | The comma-separated 
list of operations to skip during streaming, defined as: 'i' for inserts; 'u' 
for updates; 'd' for deletes. By default, no operations will be skipped. |  | 
String
 | *camel.component.debezium-mongodb.snapshot-delay-ms* | The number of 
milliseconds to delay before a snapshot will begin. The option is a long type. 
| 0s | String
 | *camel.component.debezium-mongodb.snapshot-fetch-size* | The maximum number 
of records that should be loaded into memory while performing a snapshot |  | 
Integer
diff --git 
a/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java
 
b/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java
index 39f58b4..35474cb 100644
--- 
a/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java
+++ 
b/components-starter/camel-debezium-mongodb-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMongodbComponentConfiguration.java
@@ -238,7 +238,7 @@ public class DebeziumMongodbComponentConfiguration
      * Frequency in milliseconds to wait for new change events to appear after
      * receiving no events. Defaults to 500ms. The option is a long type.
      */
-    private String pollIntervalMs = "0.5s";
+    private String pollIntervalMs = "0,5s";
     /**
      * The comma-separated list of operations to skip during streaming, defined
      * as: 'i' for inserts; 'u' for updates; 'd' for deletes. By default, no
diff --git 
a/components-starter/camel-debezium-mysql-starter/src/main/docs/debezium-mysql-starter.adoc
 
b/components-starter/camel-debezium-mysql-starter/src/main/docs/debezium-mysql-starter.adoc
index 759756f..219fc1d 100644
--- 
a/components-starter/camel-debezium-mysql-starter/src/main/docs/debezium-mysql-starter.adoc
+++ 
b/components-starter/camel-debezium-mysql-starter/src/main/docs/debezium-mysql-starter.adoc
@@ -39,7 +39,7 @@ The component supports 74 options, which are listed below.
 | *camel.component.debezium-mysql.database-history-file-filename* | The path 
to the file that will be used to record the database history |  | String
 | *camel.component.debezium-mysql.database-history-kafka-bootstrap-servers* | 
A list of host/port pairs that the connector will use for establishing the 
initial connection to the Kafka cluster for retrieving database schema history 
previously stored by the connector. This should point to the same Kafka cluster 
used by the Kafka Connect process. |  | String
 | *camel.component.debezium-mysql.database-history-kafka-recovery-attempts* | 
The number of attempts in a row that no data are returned from Kafka before 
recover completes. The maximum amount of time to wait after receiving no data 
is (recovery.attempts) x (recovery.poll.interval.ms). | 100 | Integer
-| 
*camel.component.debezium-mysql.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0.1s | String
+| 
*camel.component.debezium-mysql.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0,1s | String
 | *camel.component.debezium-mysql.database-history-kafka-topic* | The name of 
the topic for the database schema history |  | String
 | *camel.component.debezium-mysql.database-history-skip-unparseable-ddl* | 
Controls the action Debezium will take when it meets a DDL statement in binlog, 
that it cannot parse.By default the connector will stop operating but by 
changing the setting it can ignore the statements which it cannot parse. If 
skipping is enabled then Debezium can miss metadata changes. | false | Boolean
 | 
*camel.component.debezium-mysql.database-history-store-only-monitored-tables-ddl*
 | Controls what DDL will Debezium store in database history.By default (false) 
Debezium will store all incoming DDL statements. If set to truethen only DDL 
that manipulates a monitored table will be stored. | false | Boolean
@@ -85,7 +85,7 @@ The component supports 74 options, which are listed below.
 | *camel.component.debezium-mysql.offset-storage-partitions* | The number of 
partitions used when creating the offset storage topic. Required when 
offset.storage is set to the 'KafkaOffsetBackingStore'. |  | Integer
 | *camel.component.debezium-mysql.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-mysql.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
-| *camel.component.debezium-mysql.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-mysql.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-mysql.snapshot-delay-ms* | The number of 
milliseconds to delay before a snapshot will begin. The option is a long type. 
| 0s | String
 | *camel.component.debezium-mysql.snapshot-fetch-size* | The maximum number of 
records that should be loaded into memory while performing a snapshot |  | 
Integer
 | *camel.component.debezium-mysql.snapshot-locking-mode* | Controls how long 
the connector holds onto the global read lock while it is performing a 
snapshot. The default is 'minimal', which means the connector holds the global 
read lock (and thus prevents any updates) for just the initial portion of the 
snapshot while the database schemas and other metadata are being read. The 
remaining work in a snapshot involves selecting all rows from each table, and 
this can be done using the snapsho [...]
diff --git 
a/components-starter/camel-debezium-mysql-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMySqlComponentConfiguration.java
 
b/components-starter/camel-debezium-mysql-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMySqlComponentConfiguration.java
index 258497d..c1159ff 100644
--- 
a/components-starter/camel-debezium-mysql-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMySqlComponentConfiguration.java
+++ 
b/components-starter/camel-debezium-mysql-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumMySqlComponentConfiguration.java
@@ -189,7 +189,7 @@ public class DebeziumMySqlComponentConfiguration
      * The number of milliseconds to wait while polling for persisted data
      * during recovery. The option is a int type.
      */
-    private String databaseHistoryKafkaRecoveryPollIntervalMs = "0.1s";
+    private String databaseHistoryKafkaRecoveryPollIntervalMs = "0,1s";
     /**
      * The name of the topic for the database schema history
      */
@@ -428,7 +428,7 @@ public class DebeziumMySqlComponentConfiguration
      * Frequency in milliseconds to wait for new change events to appear after
      * receiving no events. Defaults to 500ms. The option is a long type.
      */
-    private String pollIntervalMs = "0.5s";
+    private String pollIntervalMs = "0,5s";
     /**
      * The number of milliseconds to delay before a snapshot will begin. The
      * option is a long type.
diff --git 
a/components-starter/camel-debezium-postgres-starter/src/main/docs/debezium-postgres-starter.adoc
 
b/components-starter/camel-debezium-postgres-starter/src/main/docs/debezium-postgres-starter.adoc
index d58da8d..e377d4f 100644
--- 
a/components-starter/camel-debezium-postgres-starter/src/main/docs/debezium-postgres-starter.adoc
+++ 
b/components-starter/camel-debezium-postgres-starter/src/main/docs/debezium-postgres-starter.adoc
@@ -67,7 +67,7 @@ The component supports 68 options, which are listed below.
 | *camel.component.debezium-postgres.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-postgres.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
 | *camel.component.debezium-postgres.plugin-name* | The name of the Postgres 
logical decoding plugin installed on the server. Supported values are 
'decoderbufs' and 'wal2json'. Defaults to 'decoderbufs'. | decoderbufs | String
-| *camel.component.debezium-postgres.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-postgres.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-postgres.provide-transaction-metadata* | Enables 
transaction metadata extraction together with event counting | false | Boolean
 | *camel.component.debezium-postgres.publication-name* | The name of the 
Postgres 10 publication used for streaming changes from a plugin.Defaults to 
'dbz_publication' | dbz_publication | String
 | *camel.component.debezium-postgres.schema-blacklist* | The schemas for which 
events must not be captured |  | String
diff --git 
a/components-starter/camel-debezium-postgres-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumPostgresComponentConfiguration.java
 
b/components-starter/camel-debezium-postgres-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumPostgresComponentConfiguration.java
index 6a9c487..b748736 100644
--- 
a/components-starter/camel-debezium-postgres-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumPostgresComponentConfiguration.java
+++ 
b/components-starter/camel-debezium-postgres-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumPostgresComponentConfiguration.java
@@ -294,7 +294,7 @@ public class DebeziumPostgresComponentConfiguration
      * Frequency in milliseconds to wait for new change events to appear after
      * receiving no events. Defaults to 500ms. The option is a long type.
      */
-    private String pollIntervalMs = "0.5s";
+    private String pollIntervalMs = "0,5s";
     /**
      * Enables transaction metadata extraction together with event counting
      */
diff --git 
a/components-starter/camel-debezium-sqlserver-starter/src/main/docs/debezium-sqlserver-starter.adoc
 
b/components-starter/camel-debezium-sqlserver-starter/src/main/docs/debezium-sqlserver-starter.adoc
index 11c457d..6ec7273 100644
--- 
a/components-starter/camel-debezium-sqlserver-starter/src/main/docs/debezium-sqlserver-starter.adoc
+++ 
b/components-starter/camel-debezium-sqlserver-starter/src/main/docs/debezium-sqlserver-starter.adoc
@@ -34,7 +34,7 @@ The component supports 49 options, which are listed below.
 | *camel.component.debezium-sqlserver.database-history-file-filename* | The 
path to the file that will be used to record the database history |  | String
 | 
*camel.component.debezium-sqlserver.database-history-kafka-bootstrap-servers* | 
A list of host/port pairs that the connector will use for establishing the 
initial connection to the Kafka cluster for retrieving database schema history 
previously stored by the connector. This should point to the same Kafka cluster 
used by the Kafka Connect process. |  | String
 | 
*camel.component.debezium-sqlserver.database-history-kafka-recovery-attempts* | 
The number of attempts in a row that no data are returned from Kafka before 
recover completes. The maximum amount of time to wait after receiving no data 
is (recovery.attempts) x (recovery.poll.interval.ms). | 100 | Integer
-| 
*camel.component.debezium-sqlserver.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0.1s | String
+| 
*camel.component.debezium-sqlserver.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0,1s | String
 | *camel.component.debezium-sqlserver.database-history-kafka-topic* | The name 
of the topic for the database schema history |  | String
 | *camel.component.debezium-sqlserver.database-hostname* | Resolvable hostname 
or IP address of the SQL Server database server. |  | String
 | *camel.component.debezium-sqlserver.database-password* | Password of the SQL 
Server database user to be used when connecting to the database. |  | String
@@ -60,7 +60,7 @@ The component supports 49 options, which are listed below.
 | *camel.component.debezium-sqlserver.offset-storage-partitions* | The number 
of partitions used when creating the offset storage topic. Required when 
offset.storage is set to the 'KafkaOffsetBackingStore'. |  | Integer
 | *camel.component.debezium-sqlserver.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-sqlserver.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
-| *camel.component.debezium-sqlserver.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-sqlserver.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-sqlserver.provide-transaction-metadata* | Enables 
transaction metadata extraction together with event counting | false | Boolean
 | *camel.component.debezium-sqlserver.snapshot-delay-ms* | The number of 
milliseconds to delay before a snapshot will begin. The option is a long type. 
| 0s | String
 | *camel.component.debezium-sqlserver.snapshot-fetch-size* | The maximum 
number of records that should be loaded into memory while performing a snapshot 
|  | Integer
diff --git 
a/components-starter/camel-debezium-sqlserver-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumSqlserverComponentConfiguration.java
 
b/components-starter/camel-debezium-sqlserver-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumSqlserverComponentConfiguration.java
index 34b7a4c..8db5637 100644
--- 
a/components-starter/camel-debezium-sqlserver-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumSqlserverComponentConfiguration.java
+++ 
b/components-starter/camel-debezium-sqlserver-starter/src/main/java/org/apache/camel/component/debezium/springboot/DebeziumSqlserverComponentConfiguration.java
@@ -157,7 +157,7 @@ public class DebeziumSqlserverComponentConfiguration
      * The number of milliseconds to wait while polling for persisted data
      * during recovery. The option is a int type.
      */
-    private String databaseHistoryKafkaRecoveryPollIntervalMs = "0.1s";
+    private String databaseHistoryKafkaRecoveryPollIntervalMs = "0,1s";
     /**
      * The name of the topic for the database schema history
      */
@@ -249,7 +249,7 @@ public class DebeziumSqlserverComponentConfiguration
      * Frequency in milliseconds to wait for new change events to appear after
      * receiving no events. Defaults to 500ms. The option is a long type.
      */
-    private String pollIntervalMs = "0.5s";
+    private String pollIntervalMs = "0,5s";
     /**
      * Enables transaction metadata extraction together with event counting
      */
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 45084aa..0ccac9f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-iota</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/components-starter/camel-kubernetes-starter/pom.xml 
b/components-starter/camel-kubernetes-starter/pom.xml
index 1e07dbd..7b346ca 100644
--- a/components-starter/camel-kubernetes-starter/pom.xml
+++ b/components-starter/camel-kubernetes-starter/pom.xml
@@ -38,6 +38,14 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-kubernetes</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <dependency>
       <groupId>org.hibernate.validator</groupId>
diff --git a/docs/modules/ROOT/pages/debezium-mongodb-starter.adoc 
b/docs/modules/ROOT/pages/debezium-mongodb-starter.adoc
index d675d9e..a46eb89 100644
--- a/docs/modules/ROOT/pages/debezium-mongodb-starter.adoc
+++ b/docs/modules/ROOT/pages/debezium-mongodb-starter.adoc
@@ -61,7 +61,7 @@ The component supports 44 options, which are listed below.
 | *camel.component.debezium-mongodb.offset-storage-partitions* | The number of 
partitions used when creating the offset storage topic. Required when 
offset.storage is set to the 'KafkaOffsetBackingStore'. |  | Integer
 | *camel.component.debezium-mongodb.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-mongodb.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
-| *camel.component.debezium-mongodb.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-mongodb.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-mongodb.skipped-operations* | The comma-separated 
list of operations to skip during streaming, defined as: 'i' for inserts; 'u' 
for updates; 'd' for deletes. By default, no operations will be skipped. |  | 
String
 | *camel.component.debezium-mongodb.snapshot-delay-ms* | The number of 
milliseconds to delay before a snapshot will begin. The option is a long type. 
| 0s | String
 | *camel.component.debezium-mongodb.snapshot-fetch-size* | The maximum number 
of records that should be loaded into memory while performing a snapshot |  | 
Integer
diff --git a/docs/modules/ROOT/pages/debezium-mysql-starter.adoc 
b/docs/modules/ROOT/pages/debezium-mysql-starter.adoc
index 759756f..219fc1d 100644
--- a/docs/modules/ROOT/pages/debezium-mysql-starter.adoc
+++ b/docs/modules/ROOT/pages/debezium-mysql-starter.adoc
@@ -39,7 +39,7 @@ The component supports 74 options, which are listed below.
 | *camel.component.debezium-mysql.database-history-file-filename* | The path 
to the file that will be used to record the database history |  | String
 | *camel.component.debezium-mysql.database-history-kafka-bootstrap-servers* | 
A list of host/port pairs that the connector will use for establishing the 
initial connection to the Kafka cluster for retrieving database schema history 
previously stored by the connector. This should point to the same Kafka cluster 
used by the Kafka Connect process. |  | String
 | *camel.component.debezium-mysql.database-history-kafka-recovery-attempts* | 
The number of attempts in a row that no data are returned from Kafka before 
recover completes. The maximum amount of time to wait after receiving no data 
is (recovery.attempts) x (recovery.poll.interval.ms). | 100 | Integer
-| 
*camel.component.debezium-mysql.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0.1s | String
+| 
*camel.component.debezium-mysql.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0,1s | String
 | *camel.component.debezium-mysql.database-history-kafka-topic* | The name of 
the topic for the database schema history |  | String
 | *camel.component.debezium-mysql.database-history-skip-unparseable-ddl* | 
Controls the action Debezium will take when it meets a DDL statement in binlog, 
that it cannot parse.By default the connector will stop operating but by 
changing the setting it can ignore the statements which it cannot parse. If 
skipping is enabled then Debezium can miss metadata changes. | false | Boolean
 | 
*camel.component.debezium-mysql.database-history-store-only-monitored-tables-ddl*
 | Controls what DDL will Debezium store in database history.By default (false) 
Debezium will store all incoming DDL statements. If set to truethen only DDL 
that manipulates a monitored table will be stored. | false | Boolean
@@ -85,7 +85,7 @@ The component supports 74 options, which are listed below.
 | *camel.component.debezium-mysql.offset-storage-partitions* | The number of 
partitions used when creating the offset storage topic. Required when 
offset.storage is set to the 'KafkaOffsetBackingStore'. |  | Integer
 | *camel.component.debezium-mysql.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-mysql.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
-| *camel.component.debezium-mysql.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-mysql.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-mysql.snapshot-delay-ms* | The number of 
milliseconds to delay before a snapshot will begin. The option is a long type. 
| 0s | String
 | *camel.component.debezium-mysql.snapshot-fetch-size* | The maximum number of 
records that should be loaded into memory while performing a snapshot |  | 
Integer
 | *camel.component.debezium-mysql.snapshot-locking-mode* | Controls how long 
the connector holds onto the global read lock while it is performing a 
snapshot. The default is 'minimal', which means the connector holds the global 
read lock (and thus prevents any updates) for just the initial portion of the 
snapshot while the database schemas and other metadata are being read. The 
remaining work in a snapshot involves selecting all rows from each table, and 
this can be done using the snapsho [...]
diff --git a/docs/modules/ROOT/pages/debezium-postgres-starter.adoc 
b/docs/modules/ROOT/pages/debezium-postgres-starter.adoc
index d58da8d..e377d4f 100644
--- a/docs/modules/ROOT/pages/debezium-postgres-starter.adoc
+++ b/docs/modules/ROOT/pages/debezium-postgres-starter.adoc
@@ -67,7 +67,7 @@ The component supports 68 options, which are listed below.
 | *camel.component.debezium-postgres.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-postgres.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
 | *camel.component.debezium-postgres.plugin-name* | The name of the Postgres 
logical decoding plugin installed on the server. Supported values are 
'decoderbufs' and 'wal2json'. Defaults to 'decoderbufs'. | decoderbufs | String
-| *camel.component.debezium-postgres.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-postgres.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-postgres.provide-transaction-metadata* | Enables 
transaction metadata extraction together with event counting | false | Boolean
 | *camel.component.debezium-postgres.publication-name* | The name of the 
Postgres 10 publication used for streaming changes from a plugin.Defaults to 
'dbz_publication' | dbz_publication | String
 | *camel.component.debezium-postgres.schema-blacklist* | The schemas for which 
events must not be captured |  | String
diff --git a/docs/modules/ROOT/pages/debezium-sqlserver-starter.adoc 
b/docs/modules/ROOT/pages/debezium-sqlserver-starter.adoc
index 11c457d..6ec7273 100644
--- a/docs/modules/ROOT/pages/debezium-sqlserver-starter.adoc
+++ b/docs/modules/ROOT/pages/debezium-sqlserver-starter.adoc
@@ -34,7 +34,7 @@ The component supports 49 options, which are listed below.
 | *camel.component.debezium-sqlserver.database-history-file-filename* | The 
path to the file that will be used to record the database history |  | String
 | 
*camel.component.debezium-sqlserver.database-history-kafka-bootstrap-servers* | 
A list of host/port pairs that the connector will use for establishing the 
initial connection to the Kafka cluster for retrieving database schema history 
previously stored by the connector. This should point to the same Kafka cluster 
used by the Kafka Connect process. |  | String
 | 
*camel.component.debezium-sqlserver.database-history-kafka-recovery-attempts* | 
The number of attempts in a row that no data are returned from Kafka before 
recover completes. The maximum amount of time to wait after receiving no data 
is (recovery.attempts) x (recovery.poll.interval.ms). | 100 | Integer
-| 
*camel.component.debezium-sqlserver.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0.1s | String
+| 
*camel.component.debezium-sqlserver.database-history-kafka-recovery-poll-interval-ms*
 | The number of milliseconds to wait while polling for persisted data during 
recovery. The option is a int type. | 0,1s | String
 | *camel.component.debezium-sqlserver.database-history-kafka-topic* | The name 
of the topic for the database schema history |  | String
 | *camel.component.debezium-sqlserver.database-hostname* | Resolvable hostname 
or IP address of the SQL Server database server. |  | String
 | *camel.component.debezium-sqlserver.database-password* | Password of the SQL 
Server database user to be used when connecting to the database. |  | String
@@ -60,7 +60,7 @@ The component supports 49 options, which are listed below.
 | *camel.component.debezium-sqlserver.offset-storage-partitions* | The number 
of partitions used when creating the offset storage topic. Required when 
offset.storage is set to the 'KafkaOffsetBackingStore'. |  | Integer
 | *camel.component.debezium-sqlserver.offset-storage-replication-factor* | 
Replication factor used when creating the offset storage topic. Required when 
offset.storage is set to the KafkaOffsetBackingStore |  | Integer
 | *camel.component.debezium-sqlserver.offset-storage-topic* | The name of the 
Kafka topic where offsets are to be stored. Required when offset.storage is set 
to the KafkaOffsetBackingStore. |  | String
-| *camel.component.debezium-sqlserver.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0.5s | String
+| *camel.component.debezium-sqlserver.poll-interval-ms* | Frequency in 
milliseconds to wait for new change events to appear after receiving no events. 
Defaults to 500ms. The option is a long type. | 0,5s | String
 | *camel.component.debezium-sqlserver.provide-transaction-metadata* | Enables 
transaction metadata extraction together with event counting | false | Boolean
 | *camel.component.debezium-sqlserver.snapshot-delay-ms* | The number of 
milliseconds to delay before a snapshot will begin. The option is a long type. 
| 0s | String
 | *camel.component.debezium-sqlserver.snapshot-fetch-size* | The maximum 
number of records that should be loaded into memory while performing a snapshot 
|  | Integer

Reply via email to