Edx-event-bus-kafka

Latest version: v5.7.0

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

Scan your dependencies

Page 10 of 11

0.6.0

********************

Changed
=======

* **Breaking change**: Public API is now defined in ``edx_event_bus_kafka`` package and ``edx_event_bus_kafka.management.commands`` package; all other modules should be considered unstable and not for external use.

0.5.1

********************

Fixed
=====

* Various lint issues (and missing ``__init__.py`` files.)

0.5.0

********************

Changed
=======

* **Breaking changes** in the producer module, refactored to expose a better API:

* Rather than ``send_to_event_bus(...)``, relying code should now call ``get_producer().send(...)``.
* The ``sync`` kwarg is gone; to flush and sync messages before shutdown, call ``get_producer().prepare_for_shutdown()`` instead.

* Clarify that config module is for internal use only.
* Implementation changes: Only a single Producer is created, and is used for all signals.

0.4.4

********************

Fixed
=====

* Fixed bug in test module for when confluent-kafka isn't present

0.4.3

********************

Fixed
=====

* Never evict producers from cache. There wasn't a real risk of this, but now we can rely on them being long-lived. Addresses remainder of `<https://github.com/openedx/event-bus-kafka/issues/16>`__.

0.4.2

********************

Fixed
=====

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

Page 10 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.