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
It seems AVRO doesn't have a way to constrain an array to 1 or more elements (only zero or more). This is something a validation gateway could do though.
We could more readily drop the schema registry completely if we have an intermediate gateway that kept erroneous data out of the blessed pipeline and sent "bad" data to a "dead letter queue".
We may want to add a validation gateway at some point to validate that producers are using the correct serializers and correct schema versions and to validate database-like constraints like foreign keys and composite keys. See: https://github.com/JeffersonLab/jaws/wiki/AVRO-Schema-Peculiarities#validation-gateway
The text was updated successfully, but these errors were encountered: