Skip to content

Releases: openedx/event-bus-kafka

v0.4.2: fix: Properly load auth settings for producer/consumer (#27)

24 Aug 13:34
cfb9710
Compare
Choose a tag to compare

Fixed:

  • Properly load auth settings for producer/consumer. (Auth settings were ignored since 0.3.1.)

v0.4.1

19 Aug 13:29
701098b
Compare
Choose a tag to compare

What's Changed

  • feat: remove confluent-kafka as a hard dependency by @rgraber in #26

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Aug 17:55
e35858d
Compare
Choose a tag to compare

Changed

  • Rename settings to have consistent prefix:
    • KAFKA_CONSUMERS_ENABLED becomes EVENT_BUS_KAFKA_CONSUMERS_ENABLED
    • CONSUMER_POLL_TIMEOUT becomes EVENT_BUS_KAFKA_CONSUMER_POLL_TIMEOUT
    • Updates to documentation and tests for various settings previously renamed

v0.3.0: feat: Deduplicate config (#20)

10 Aug 17:50
a8ee8de
Compare
Choose a tag to compare

Updated


  • Moved configuration onto separate file.
  • Updated configuration settings to have EVENT_BUS_KAFKA prefix.

v0.2.0: fix: Cache producers so that they don't lose data (#21)

09 Aug 16:47
ffd1d3a
Compare
Choose a tag to compare

Fixes:

  • Cache producers so that they don't lose data.

Initial Release

28 Jul 16:43
09a0a4e
Compare
Choose a tag to compare

What's Changed

  • chore: Initialize repo using cookiecutter by @timmc-edx in #3
  • feat: Publish generic signals to event bus by @timmc-edx in #6
  • docs: replace TODOs with comments by @robrap in #9
  • feat: Add consumer code from experiments repo; add tests, small fixes by @whuang1202 in #7
  • fix: Use non-blocking poll after production; allow flush for testing by @timmc-edx in #12

New Contributors

Full Changelog: https://github.com/openedx/event-bus-kafka/commits/v0.1.0