flipp-oss / deimos

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

send_produce_error crashes #19

Closed dorner closed 3 years ago

dorner commented 4 years ago

This is a relic of old code which was removed and doesn't work (metadata isn't a thing). We should replace this by instantiating a Deimos::KafkaMessage with the given data and calling decoded_message, which doesn't require us to store the decoded message or producer on the message itself.