python-schema-registry-client
python-schema-registry-client copied to clipboard
feat(schema): allow set _ignore_default_error to True
_ignore_default_error will ignore errors like:
"Default value
...which I agree are errors but are painful to fix when backporting stuff.
WDYT?