* 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.)
0.4.1
********************
Changed =======
* Remove confluent-kafka as a formal dependency of the repository.
* Note: This library will not work without confluent-kafka.
* Add an ADR to explain why this work was done.
0.4.0
********************
Changed =======
* Rename settings to have consistent prefix.
* ``KAFKA_CONSUMERS_ENABLED`` becomes ``EVENT_BUS_KAFKA_CONSUMERS_ENABLED`` * ``CONSUMER_POLL_TIMEOUT`` becomes ``EVENT_BUS_KAFKA_CONSUMER_POLL_TIMEOUT`` * Updates to documentation and tests for various settings previously renamed
0.3.1
********************
Changed =======
* Refactored consumer to use common configuration.