kafkaex / kafka_ex

Kafka client library for Elixir
MIT License
596 stars 162 forks source link

Release 0.11.0 #411

Closed joshuawscott closed 4 years ago

joshuawscott commented 4 years ago

I cleaned up a couple of things in the README that were out of date.

Proposed release notes follow.

KafkaEx 0.11.0 is a large improvement to KafkaEx that sees the introduction of the Kayrock client, numerous stability fixes, and a critical fix that eliminates double-consuming messages when experiencing network failures under load.

Breaking changes

Fixes

Improvements

Kayrock client

See Kayrock and the Future of KafkaEx

Note that the Kayrock implementation doesn't support Kafka < 0.11

Improvements over default client:

Misc

Thanks

Thanks to @gerbal, @ukrbublik, @jbruggem, @thulio, @dantswain, @thiamsantos, @kennethito, @habutre, @davidrusu, @getong, @shamilish, @adrienmo, @mjparrott, @richardlarocque for their contributions!