Unable to register schema in Confluent Schema registry

439 views Asked by At

I am trying to register an Avro Schema with Confluent schema registry. Schema registry is throwing this error: {"error_code":422,"message":"Unrecognized field: type"}

curl -X POST -H "Content-Type: application/vnd.schemaregistry.v1+json" --data @Sample.avsc  http://localhost:8081/subjects/sample_app-value/versions
0

There are 0 answers