Edx-event-bus-kafka

Latest version: v6.0.0

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

3.0.0

********************
Changed
=======
* **BREAKING CHANGE**: Make event_metadata parameter required

2.1.0

********************
Changed
=======
* Set CloudEvent headers on events using an optional event_metadata parameter

2.0.0

********************
Changed
=======
* Implement openedx-events Event Bus Producer API
* **BREAKING CHANGE**: Remove caching from ``get_producer`` and rename to ``create_producer``, as we now rely on the wrapper in openedx-events to cache that call

Upgrading library from 1.x:

- Replace calls to ``edx_event_bus_kafka.get_producer`` with ``openedx_events.event_bus.get_producer``
- Add Django setting ``EVENT_BUS_PRODUCER = "edx_event_bus_kafka.create_producer"``

These breaking changes are only relevant for the producing side. (This should only include the CMS at the moment.)

1.10.0

*********************
Changed
=======
* Improve receiver error log message -- mention that stack traces are elsewhere in log

1.9.0

********************
Changed
=======
* Log and record receiver errors the same way as other errors (with offset, partition, etc.)

1.8.1

********************
Changed
=======
* Commit consumer offset asynchronously

Page 7 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.