You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: