Skip to content

Commit

Permalink
Update docs to add new Debezium parameter (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc authored Dec 15, 2024
1 parent 2aba296 commit c933ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spiceaidocs/docs/components/data-connectors/debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ datasets:
kafka_sasl_password: ${secrets:kafka_sasl_password} # Required if `kafka_security_protocol` is `SASL_PLAINTEXT` or `SASL_SSL`.
kafka_ssl_ca_location: ./certs/kafka_ca_cert.pem # Optional. Used to verify the SSL/TLS certificate of the Kafka broker.
kafka_enable_ssl_certificate_verification: true # Default is `true`. Set to `false` to disable SSL/TLS certificate verification.
kafka_ssl_endpoint_identification_algorithm: https # Default is `https`. Valid values are `none` and `https`.

acceleration:
enabled: true # Acceleration is required for the debezium connector.
Expand Down Expand Up @@ -70,6 +71,7 @@ SELECT COUNT(*) FROM cool_dataset;
| `kafka_sasl_password` | SASL password. |
| `kafka_ssl_ca_location` | Path to the SSL/TLS CA certificate file for server verification. |
| `kafka_enable_ssl_certificate_verification` | Enable SSL/TLS certificate verification. Default: `true`. |
| `kafka_ssl_endpoint_identification_algorithm` | SSL/TLS endpoint identification algorithm. Default: `https`. Options: <ul><li>`none`</li><li>`https`</li></ul> |

### Acceleration Settings

Expand Down

0 comments on commit c933ed2

Please sign in to comment.