Skip to content

v1.0.0-rc.1

Compare
Choose a tag to compare
@jdenen jdenen released this 23 Jun 13:21
· 3 commits to master since this release
dd89ca2

partitioner changes

  • Renames Elsa's partitioners to Elsa.Partitioner.Default, Elsa.Partitioner.Random, and Elsa.Partitioner.Md5
    • :default, :random, and :md5 are still supported for backwards compatibility but will log a deprecation warning
  • Provides an Elsa.Partitioner behaviour for creating/using custom partitioning strategies

iolist messages

  • Supports writing iolist data to a topic

dynamic producers

  • Allows attaching producers to a previously established connection with Elsa.Supervisor.start_producer/2