Downgraded conf-kafka lib (#10466)

This commit is contained in:
Onkar Ravgan 2023-03-08 14:22:38 +05:30 committed by GitHub
parent ca623d0693
commit d4fafa3168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ COMMONS = {
"kafka": {
"avro~=1.11",
VERSIONS["avro-python3"],
"confluent_kafka==1.9.2",
"confluent_kafka==1.8.2",
"fastavro>=1.2.0",
# Due to https://github.com/grpc/grpc/issues/30843#issuecomment-1303816925
# use >= v1.47.2 https://github.com/grpc/grpc/blob/v1.47.2/tools/distrib/python/grpcio_tools/grpc_version.py#L17