Skip to content

Releases: bbalser/elsa

0.10.0

03 Oct 17:32
8e32eaf
Compare
Choose a tag to compare

This release contains breaking changes. Elsa should now only be started using the Elsa.Supervisor. Any direct calls to Elsa.Group.Supervisor and Elsa.Producer.Supervisor should be refactored to the top level supervisor. The Elsa.Supervisor module as documentation on how to configure it.

v0.9.0

18 Sep 14:09
834ef6c
Compare
Choose a tag to compare

Better handle the brod_client dying

v0.8.1

27 Aug 15:10
8276ee5
Compare
Choose a tag to compare

BugFix when using new direct acknowledger acks where not being consumed

v0.8.0

22 Aug 11:16
36a1a49
Compare
Choose a tag to compare
Merge pull request #32 from bbalser/ack_hack

Custom Ack hack - when configured elsa will ack messages directly and not go through the :brod_group_coordinator

v0.7.1

29 Jul 13:13
ad4fb9f
Compare
Choose a tag to compare
Producer supervisor (#30)

* Finalized tests, removed client name change
* fixing ad hoc produce to be unsupervised

v0.7.0

12 Jul 14:25
Compare
Choose a tag to compare
  • Standardizes messages retrieved from Kafka across all modules to use an internally defined struct.
  • Dialyzer analysis of functions added to CI
  • Documentation improvements.

v0.6.0

03 Jul 18:05
286d813
Compare
Choose a tag to compare
Merge pull request #24 from bbalser/async_ack

Async ack

v0.5.0

28 Jun 18:02
53aa354
Compare
Choose a tag to compare
Merge pull request #21 from bbalser/streaming_fetch

Bumping version for fetch changes

v0.4.1

25 Jun 18:24
35bc825
Compare
Choose a tag to compare

BugFix around producing lists of messages

v0.4.0

21 Jun 23:32
59bbb97
Compare
Choose a tag to compare
Merge pull request #17 from bbalser/produce_raw_messages

produce_sync can now handle raw messages with no key defined