errors.log.include.messages — Kafka Connect Source Configuration
Whether to include in the log the Connect record that resulted in a failure. For sink records, the topic, partition, offset, and timestamp will be logged.
Description
Whether to include in the log the Connect record that resulted in a failure. For sink records, the topic, partition, offset, and timestamp will be logged. For source records, the key and value (and their schemas), all headers, and the timestamp, Kafka topic, Kafka partition, source partition, and source offset will be logged. This is 'false' by default, which will prevent record keys, values, and headers from being written to log files.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 2.1 | false |
| 2.2 | false |
| 2.3 | false |
| 2.4 | false |
| 2.5 | false |
| 2.6 | false |
| 2.7 | false |
| 2.8 | false |
| 3.0 | false |
| 3.1 | false |
| 3.2 | false |
| 3.3 | false |
| 3.4 | false |
| 3.5 | false |
| 3.6 | false |
| 3.7 | false |
| 3.8 | false |
| 3.9 | false |
| 4.0 | false |
| 4.1 | false |
| 4.2 | false |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.