Pin confluent-kafka to 2.6.0 to avoid SSL certificate errors
confluent-kafka 2.6.2 includes a change from requests
to httpx
as
the http transport library for the schema registry client, causing the
RQEUESTS_CA_BUNDLE
env var to have no effect, and thus causing our
DAGs to fail with an SSL validation error.
For now, we pin the confluent-kafka version until we have more time to figure things out.
Signed-off-by: Balthazar Rouberol brouberol@wikimedia.org