Salesforce Platform Event Sink Connector

Hi @Gianloko,

Avro isn’t yet supported in the Produce REST API. Try using org.apache.kafka.connect.json.JsonConverter in the connector config. Or, write Avro-formatted example records, e.g., using kafka-avro-console-producer. Give one of those a shot and report back on how it goes.

HTH,
Dave