kafka_ex v0.10.0 Release Notes

Release Date: 2019-04-11 // about 5 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow passing in state to a KafkaEx.GenConsumer by defining a KafkaEx.GenConsumer.init/3 callback. Adds a default implementation of init/3 to ensure backward compatibility. -- @mtrudel
    • ๐Ÿ‘Œ Support DeleteTopics API for Kafka 0.10+ -- @jbruggem
    • โž• Add a default partitioner using murmur2 hashing when key is provided, or random partitioning otherwise. Use the KafkaEx.Partitioner behaviour to define a different partitioner, and enable it by adding it to the partitioner configuration setting.

    Misc

    PRs Included:

    โ€จ#343
    #338
    #337
    #335
    #329
    #333
    #331