Fixed ===== * Correct and clarify management command help strings (some copy-paste errors) * Update TODO comments
1.4.0
********************
Changed ======= * Remove override of auto.offset.reset on consumer (which will default to "latest"). New consumer groups will consume only messages that are sent after the group was initialized. * Remove redundant lookup of signal in consumer loop (should not have any effect) * Explicitly encode message header values as UTF-8 (no change in behavior)
1.3.0
********************
Changed =======
* Upgrade openedx-events. When AvroSignalSerializer gets event schemas, it will get whatever is currently defined in openedx-events, so this will update the COURSE_CATALOG_EVENT_CHANGED schema (dropping `effort` field)
1.2.0
********************
Changed =======
* ``EVENT_BUS_KAFKA_CONSUMERS_ENABLED`` now defaults to True instead of False * Removed manual monitoring since New Relic tracks these now.
1.1.0
********************
Changed =======
* Added monitoring for consumption tasks.
1.0.0
********************
Changed =======
* Fixed bug in schema registry that was sending schemas to the wrong topic * Bump version to 1.x to acknowledge that this is in use in production