mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
Fixes 19217: Add ability to use confluent-kafka version greater than 2.1.1 (#19218)
* Add ability to use confluent-kafka version greater than 2.1.1 * fix: spotless
This commit is contained in:
parent
cf3b0e25d4
commit
7be37c138a
@ -76,7 +76,7 @@ COMMONS = {
|
||||
},
|
||||
"kafka": {
|
||||
VERSIONS["avro"],
|
||||
"confluent_kafka==2.1.1",
|
||||
"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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user