Last updated:|... min read
Field | Description | Example Value | Data Type |
---|---|---|---|
hosts | List of database host addresses to connect to. | "localhost" | STRING |
username | Username for authenticating with the database. | "root" | STRING |
password | Password for the database user. | "password" | STRING |
database | Name of the target database to use. | "main" | STRING |
port | Port number on which the database server is listening. | 3306 | INT |
tls_skip_verify | Indicates whether to skip TLS certificate verification for secure connections. | true | BOOL |
max_threads | Maximum number of parallel threads allowed for processing or syncing data. | 5 | INT |
backoff_retry_count | Number of retry attempts for establishing sync, using an exponential backoff strategy upon failures. | 4 | INT |