
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: 30117 Depends-On: https://review.opendev.org/675297 Change-Id: I05428b8ae9e0ba9af5b81d3b103434ebd5657108
8 lines
301 B
YAML
8 lines
301 B
YAML
---
|
|
features:
|
|
- |
|
|
Configuration option `legacy_kafka_client_enabled` added to allow working
|
|
with both legacy kafka-python and new Confluent Kafka client. Please set
|
|
message format version for the Kafka brokers to 0.9.0.0 to avoid
|
|
performance issues until all consumers are upgraded.
|