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
With the release of AvroTurf 1.0 and this PR dasch/avro_turf#111 we should now be able to cache schemas across the full execution rather than having one schema cached per producer/consumer. We should be able to have a singleton encoder/decoder now.
The previous problem is that we'd have multiple schemas defining the same subschema (e.g. "Status") and AvroTurf would crash.
The text was updated successfully, but these errors were encountered:
With the release of AvroTurf 1.0 and this PR dasch/avro_turf#111 we should now be able to cache schemas across the full execution rather than having one schema cached per producer/consumer. We should be able to have a singleton encoder/decoder now.
The previous problem is that we'd have multiple schemas defining the same subschema (e.g. "Status") and AvroTurf would crash.
The text was updated successfully, but these errors were encountered: