diff --git a/website/docs/components/data-connectors/debezium.md b/website/docs/components/data-connectors/debezium.md index 9494a55fb..376c9a91c 100644 --- a/website/docs/components/data-connectors/debezium.md +++ b/website/docs/components/data-connectors/debezium.md @@ -100,6 +100,7 @@ The dataset name cannot be a [reserved keyword](../../reference/spicepod/keyword | `kafka_consumer_group_id` | Kafka consumer group ID to use. If not set, a unique ID will be generated automatically. The consumer group ID (whether auto-generated or custom) is stored in the acceleration metadata and must remain consistent across restarts. See [Consumer Group Management](#consumer-group-management) for details. | | `batch_max_size` | Maximum number of change events to batch together before processing. Default: `10000`. | | `batch_max_duration` | Maximum time to wait for a batch to fill before processing. Default: `1s`. | +| `schema_evolution` | Enable automatic schema evolution detection on reload. When `true`, the connector peeks at the latest Kafka message to detect schema changes. Default: `false`. | ### `metrics`