upgrade kafka dep (#11721)

This commit is contained in:
Onkar Ravgan 2023-05-23 22:29:12 +05:30 committed by GitHub
parent ac8498ab80
commit 3fbddc2a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ COMMONS = {
},
"kafka": {
VERSIONS["avro"],
"confluent_kafka==1.8.2",
"confluent_kafka==2.1.1",
"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