Open
Description
Description
get_latest_schema()
method in cached_schema_registry_client.py
have the below code which makes it difficult to debug the actual error code
elif not (code >= 200 and code <= 299):
return (None, None, None)
How to reproduce
Disconnect the schema Registry and try it will only give None .However if you want to see the actual error ,it needs to raise or at least log the error
Metadata
Metadata
Assignees
Labels
Issues that are specific to Python or versions of Python independent of library logicAny schema registry related isues rather than kafka isolated onesRequesting a feature changeIt's unclear what the issue is at this time but there is enough interest to look into itMaintainer triage tag for indicating high impact or criticality issues