RE: Schema Registry Exception

2016-06-13 Thread Tauzell, Dave
;,\"type\": [\"string\", \"null\"] }]}" } -Dave -Original Message- From: Dustin Cote [mailto:dus...@confluent.io] Sent: Monday, June 13, 2016 11:36 AM To: users@kafka.apache.org Subject: Re: Schema Registry Exception Hi Dave, This looks like inv

Re: Schema Registry Exception

2016-06-13 Thread Dustin Cote
Hi Dave, This looks like invalid JSON. I see an extra comma in the fields stanza. Maybe you can try with this (below)? { "schema": { "type": "record", "name": "GenericAuditRecord", "fields": [{ "name": "xml", "type": ["string", "null"] }] } } On Mon, Jun 13, 2016 at 8:38 AM, Tauzell, Dave wr