Edx-event-bus-kafka

Latest version: v6.0.0

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

Scan your dependencies

Page 3 of 12

4.0.1

********************
Fixed
=====
* Added ``signal`` back as an argument when creating a consumer for compatibility with the openedx-events API

4.0.0

********************
Changed
=======
* Implement openedx-events Event Bus Consumer API.
* **BREAKING CHANGE**: Remove ``consume_events`` management command as this command will be provided by openedx_events. To replay events using the
openedx-events version of the management command, pass ``--extra '{"offset_time": "2023-01-08T06:46:22"}'`` instead of ``-o 2023-01-08T06:46:22``.
* **BREAKING Change**: ``offset_timestamp`` argument has been removed from ``consume_indefinitely`` and ``reset_offsets_and_sleep_indefinitely`` methods.
It is now added as an optional argument named ``offset_time`` to ``KafkaEventConsumer`` constructor.

3.10.0

*********************
Changed
=======
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
deprecated
* Refactored consumer to manually deserialize messages instead of using DeserializingConsumer
* Make signal argument optional in consumer command (take signal from message headers)

3.9.6

********************
Added
=====
* Add function tracing to the event consumption workflow for better monitoring.

3.9.5

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

Fixed
=====
* ``consume_events`` command now loads all public signals so that the consumer can load signals by ``event_type`` even if their modules were not already imported

3.9.4

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

Fixed
=====
* produce_event management command fixed to pass required events_metadata parameter

Page 3 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.