#AVRO Format problem

6 messages · Page 1 of 1 (latest)

rugged anchor
#

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 😦

spare trailBOT
#

This post has been reserved for your question.

Hey @rugged anchor! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

scenic merlin
#

what is the error you are getting?

#

@rugged anchor

grave talon