I trying to send message to kafka, there schema, but it cause an error, can any one write an example of data which will be succeful processed?
{
"name" : "placedTime",
"type" : [ "null", {
"type" : "long",
"logicalType" : "timestamp-millis"
} ]
}
I tried to format it into :
"placedTime" : {
"long" : 1686302422
}
but it didnt work 😦