flipp-oss / deimos

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

Schema controller #81

Closed dorner closed 4 years ago

dorner commented 4 years ago

Pull Request Template

Description

This adds a new mixin to add Avro or other schema encoding / decoding to Rails controllers.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

dorner commented 4 years ago

@csingh as of now it would return a 500 error message. We can improve this feature as necessary once we start using it, which I expect to happen during the workflow project.

Regular schema evolution should apply, so you should get the same defaults and versioning as we get when using Kafka.