flipp-oss / deimos

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

Add the state_based mode for DB pollers. #167

Closed dorner closed 1 year ago

dorner commented 1 year ago

See README changes. This replaces the existing DbPoller class with a DbPoller::Base, DbPoller::TimeBased and DbPoller::StateBased classes.