flipp-oss / deimos

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

Return early in KafkaSource if producer is disabled #9

Open dorner opened 5 years ago

dorner commented 5 years ago

Currently, KafkaSource creates messages (involving possible DB reads) even when producers are disabled. It should return early in this case.