d47bbae4e8
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
9 lines
380 B
YAML
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.
|