avro icon indicating copy to clipboard operation
avro copied to clipboard

avroregistry: better error messages

Open rogpeppe opened this issue 4 years ago • 0 comments

The Confluent Avro registry produces very uninformative error messages.

For example, when trying to upload an incompatible schema to a subject, the returned error says nothing about why the schema is incompatible

We could do better than that. For example, we could obtain the latest version of the schema from that subject and include that in the error message or (better) do some kind of a diff and say exactly how it's incompatible.

rogpeppe avatar May 21 '20 09:05 rogpeppe