Closed almir-magazord closed 8 months ago
After some research, we found out that a timestampConverter
was needed to format the field the right way:
"transforms": "timestampConverter",
"transforms.timestampConverter.type": "org.apache.kafka.connect.transforms.TimestampConverter$Value",
"transforms.timestampConverter.field": "order_datetime",
"transforms.timestampConverter.target.type": "Date",
"transforms.timestampConverter.format": "yyyy-MM-dd",
It worked!! :smile:
@almir-magazord Thanks for the post, it was a great help!
Hi! I'm adding a connector with the config below:
After sending POST with this config, I get this message on the log:
On the schema registry, I have this def for the field:
Example:
"order_datetime":"2023-10-31T02:52:46Z"
What could be wrong with this config setting?
Thanks!