Skip to content

Handle exception when message has wrong schema

Afonso Mukai requested to merge handle_schema_exceptions into master

Created by: mattclarke

The python-streaming-data-types module changed to throw exceptions if the schema is wrong, this change allows us to support it.

Merge request reports