Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/components/data-connectors/debezium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading