File: kafka-client-library-change-fe16d5a34550db7f.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Threading issues with the kafka-python consumer client were identified
    and documented. The driver has been updated to integrate the
    confluent-kafka python library. The confluent-kafka client
    leverages the high performance librdkafka C client and is safe
    for multiple thread use.
upgrade:
  - |
    With the change in the client library used, projects using the
    Kafka driver should use extras oslo.messaging[kafka] to pull in
    dependencies for the driver.