monasca-notification/releasenotes/notes/add_legacy_kafka_client_enabled_option-11fdacc063e95ae2.yaml
Witek Bedyk d47bbae4e8 Use Confluent Kafka client
The change introduces the possibility to run the persister with the new
confluent-kafka client. It has to be enabled in the configuration file.

Story: 2003705
Task: 35858

Depends-On: https://review.opendev.org/675297
Change-Id: I8d9e173e9a252712fb285c0676c26334e1f677a7
2019-09-19 15:09:23 +02:00

9 lines
380 B
YAML

---
features:
- |
Configuration option `legacy_kafka_client_enabled` added to allow working
with both legacy *kafka-python* and new *Confluent Kafka* client. Setting
this to *true* enables *kafka-python* client which is default. Please set
message format version for the Kafka brokers to 0.9.0.0 to avoid
performance issues until all consumers are upgraded.