schemaregistry example

2015-03-31 Thread Clint Mcneil
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": "{

schema.registry.url = null

2015-03-17 Thread Clint Mcneil
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