Releases: openedx/event-bus-kafka
Releases · openedx/event-bus-kafka
v0.4.2: fix: Properly load auth settings for producer/consumer (#27)
Fixed:
- Properly load auth settings for producer/consumer. (Auth settings were ignored since 0.3.1.)
v0.4.1
v0.4.0
Changed
- Rename settings to have consistent prefix:
KAFKA_CONSUMERS_ENABLED
becomesEVENT_BUS_KAFKA_CONSUMERS_ENABLED
CONSUMER_POLL_TIMEOUT
becomesEVENT_BUS_KAFKA_CONSUMER_POLL_TIMEOUT
- Updates to documentation and tests for various settings previously renamed
v0.3.0: feat: Deduplicate config (#20)
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)
Fixes:
- Cache producers so that they don't lose data.
Initial Release
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
- @timmc-edx made their first contribution in #3
- @robrap made their first contribution in #9
Full Changelog: https://github.com/openedx/event-bus-kafka/commits/v0.1.0