flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
60 stars 22 forks source link

Add accessor for custom schema stores #10

Open dorner opened 5 years ago

dorner commented 5 years ago

This will allow more functionality when working with local (cached) schemas. All we really need to do is expose the schema store as an attr_accessor and pass it into the AvroDataDecoder and AvroDataEncoder.