Merge pull request #20124 from ClickHouse/fix_kafka_in_runner

Use fixed version of confluent-kafka library in integration tests
This commit is contained in:
alesapin 2021-02-05 22:46:47 +03:00 committed by GitHub
commit 71cc3625bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ RUN python3 -m pip install \
aerospike \
avro \
cassandra-driver \
confluent-kafka \
confluent-kafka==1.5.0 \
dict2xml \
dicttoxml \
docker \