flipp-oss / deimos

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

Consumer logs message before it is decoded #59

Closed csingh closed 4 years ago

csingh commented 4 years ago

As seen here: https://github.com/flipp-oss/deimos/blob/master/lib/deimos/consumer.rb#L18

_received_message which logs the "got kafka event" message gets run before the key and payload are decoded