;,\"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
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
I'm getting the following exception when trying to register a schema:
[2016-06-13 11:37:14,531] INFO 172.23.147.101 - - [13/Jun/2016:11:37:14 -0400]
"POST /subjects/GenericAuditRecord/versions HTTP/1.1" 500 52 7
(io.confluent.rest-utils.requests:77)
[2016-06-13 11:38:31,292] ERROR Unhandled ex