Hi guys
When trying the example schema in
http://confluent.io/docs/current/schema-registry/docs/api.html
POST /subjects/test HTTP/1.1Host: schemaregistry.example.comAccept:
application/vnd.schemaregistry.v1+json,
application/vnd.schemaregistry+json, application/json
{
"schema":
"{
Hi
I can't get the Kafka/Avro serializer producer example to work.
import org.apache.avro.Schema;
import org.apache.avro.generic.GenericData;
import org.apache.avro.generic.GenericRecord;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.ProducerConf