Skip to content

Commit 5032304

Browse files
committed
readme updated
1 parent e9aa797 commit 5032304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The connector supports following Options:
3333
| value.prefix | STRING | from_value | N/A | Prefix for value fields |
3434
| skip.unsupported.types | BOOLEAN | false | false | Skip unsupported types |
3535
| timestamp.field.name | STRING | pickup_time | N/A | Designated timestamp field name |
36+
| include.key | BOOLEAN | false | true | Include message key in target table |
3637

3738
## Supported serialization formats
3839
The connector does not do data deserialization on its own. It relies on Kafka Connect converters to deserialize data. It's been tested predominantly with JSON, but it should work with any converter, including Avro. Converters can be configured using `key.converter` and `value.converter` options, see the table above.

0 commit comments

Comments
 (0)