flipp-oss / deimos

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

Use associations with nested records in ActiveRecordConsumer #20

Closed dorner closed 1 month ago

dorner commented 4 years ago

We can make the default behavior smarter when dealing with nested records by checking to see if the field matches an association. If so, we can create / update the associated records as well with the same logic. We've already seen this pattern a few times.

dorner commented 1 month ago

This has been handled via additional updates.