flipp-oss / deimos

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

GH-75: Handle batch of unique messages in compact_messages #85

Closed angad-singh closed 4 years ago

angad-singh commented 4 years ago

Pull Request Template

Description

compact_messages now uses uniq instead of uniq! which was causing it to fail on batch of unique messages.

Fixes #75

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: