flipp-oss / deimos

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

Unscope find request for ActiveRecordConsumer #29

Closed dorner closed 5 years ago

dorner commented 5 years ago

Currently, ActiveRecordConsumer will try to find the record by doing a where query. If there is a default scope, this query may not return the object and it will crash when trying to insert it again.

dorner commented 5 years ago

Closed with #30.