You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| timestamp.field.name | STRING | pickup_time | N/A | Designated timestamp field name |
36
+
| include.key | BOOLEAN | false | true | Include message key in target table |
36
37
37
38
## Supported serialization formats
38
39
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