Question

CGI
SE
Last activity: 17 Oct 2022 6:34 EDT
Conversion of ClipboardPage to GenericRecord has failed trying to publish message kafka avro schema
Hi ,
I am trying to publish message to a Kafka Avro Schema using DataSet-Execute method (Save), The activity is returning Success but no data is being published to topic , there is no error in Tracer .
But in log I can find only the below message :
Conversion of ClipboardPage to GenericRecord has failed.
AvroSchema Json file content:
{ "type": "record", "name": "Movie", "fields": [ { "name": "title", "type": "string" }, { "name": "year", "type": "int" } ] }
Can anyone please guide do I need to set any other properties other than year and title in the DataSet-Execute step page . Or how to resolve the Clipboard to Generic record conversion error .
Thanks,
Abhishek