flipp-oss / deimos

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

Change KafkaSource destroy callback to immediately publish instead of using send_events #42

Closed csingh closed 4 years ago

csingh commented 4 years ago

Description

Just a quick change so that KafkaSource destroy callback skips the send_event workflow, as its not required for a simple "delete" payload

Fixes #39

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist:

csingh commented 4 years ago

@dorner added a spec!

dorner commented 4 years ago

Looks good! 👍