SingleStore Debezium Connector Properties
On this page
The SingleStore Debezium connector supports the following configuration properties:
Kafka Connect Properties
Property |
Default Value |
Description |
---|---|---|
|
Unique name for the connector. |
|
|
The name of the Java Class for the connector. |
|
|
|
The maximum number of tasks that can be created for this connector. |
Connection Properties
Property |
Default Value |
Description |
---|---|---|
|
IP address or hostname of the SingleStore deployment. |
|
|
|
Port of the SingleStore deployment. |
|
Name of the SingleStore database user with which to access the database. |
|
|
Password for the SingleStore database user. |
|
|
Name of the SingleStore database from which the connector captures changes. |
|
|
The name of the table from which the connector captures changes. |
|
|
|
Whether to use an encrypted connection to SingleStore.
|
|
The location of the key store file. |
|
|
The password for the key store file. |
|
|
The location of the trust store file for the server certificate verification. |
|
|
The password for the trust store file. |
|
|
Server's certificate in DER format or the server's CA certificate. |
|
|
|
Maximum time (in milliseconds) to wait after trying to connect to the database before timing out. |
|
Additional JDBC parameters to use in the connection string used to connect to SingleStore, in the following format: param1=value1; param2 = value2; . |
Required Connector Configuration Properties
The following configuration properties are required unless a default value is applied.
Property |
Default Value |
Description |
---|---|---|
|
Specifies the topic prefix that identifies and provides a namespace for the particular database server/cluster that is capturing the changes. |
|
|
|
Specifies how
|
|
|
Specifies how binary (
|
|
|
Specifies the precision type for time, date, and timestamps. It can have the following values:
|
|
|
Specifies how
|
|
|
Specifies how
|
|
|
Specifies whether delete operations are represented by a delete event and a subsequent tombstone event ( |
|
Specifies a regular expression. |
|
|
Specifies a regular expression. |
|
|
Specifies a comma-separated list of regular expressions matching fully-qualified names of columns that must be masked by hashing the input, using the specified hash algorithms and salt. |
|
|
Specifies a comma-separated list of regular expressions matching fully-qualified names of columns that must be masked with the specified number of asterisks ( |
|
|
Specifies a comma-separated list of regular expressions matching fully-qualified names of columns that must be truncated to the configured amount of characters. |
|
|
Specifies a comma-separated list of regular expressions matching fully-qualified names of columns that add the column’s original type and original length as parameters to the corresponding field schemas in the emitted change records. |
|
|
Specifies a comma-separated list of regular expressions matching the database-specific data type names that add the data type's original type and original length as parameters to the corresponding field schemas in the generated change records. |
|
|
|
Specifies whether to add |
Advanced Connector Configuration Properties
The following advanced configuration properties have default values that work in most cases and they typically do not need to be specified in the connector’s configuration.
Property |
Default Value |
Description |
---|---|---|
|
(Optional) Specifies a list of custom converters to use instead of default ones. |
|
|
|
Specifies the snapshot strategy to use on connector startup. The connector supports the following snapshot modes:
|
|
|
Specifies how failures that occur during event processing are handled, for example, failures because of a corrupted event.
|
|
|
Specifies the maximum size of each batch of source records. |
|
|
Specifies the maximum size of the queue for change events read from the database log but not yet recorded or forwarded. |
|
|
Specifies the maximum size of the queue in bytes for change events read from the database log but not yet recorded or forwarded. |
|
|
Specifies the time (in milliseconds) that the connector waits for new change events to appear after receiving no events. |
|
|
Specifies the prefix that is used to name heartbeat topics. |
|
Specifies an optional query to execute with every heartbeat. |
|
|
|
Specifies the time interval in milliseconds at which the connector periodically sends heartbeat messages to a heartbeat topic. |
|
|
Specifies the number of milliseconds to wait before a snapshot begins. |
|
|
Specifies the number of milliseconds to wait before restarting the connector after a retriable exception occurs. |
|
|
Specifies a comma-separated list of operations to skip during streaming.
|
|
Specifies a list of notification channel names that are enabled. |
|
|
Specifies the name of the |
|
|
Specifies the custom metric tags in key-value pairs to customize the MBean object name which is appended at the end of the regular name. |
|
|
|
Specifies the maximum number of retries on connection errors before failing. |
|
|
Specifies the name of the |
|
Specifies the name of the topic for the notifications. |
|
|
Specifies an optional list of post processors. |
Last modified: April 1, 2025