Fix failure while connect kafka with SASL_SSL (#26617)

Signed-off-by: jaime <yun.zhang@zilliz.com>
pull/26616/head
jaime 2023-08-29 13:58:25 +08:00 committed by GitHub
parent a73eb1c831
commit dc88ef0399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ class MilvusConan(ConanFile):
default_options = {
"librdkafka:shared": True,
"librdkafka:zstd": True,
"librdkafka:sasl": False,
"librdkafka:ssl": True,
"librdkafka:sasl": True,
"rocksdb:shared": True,
"rocksdb:with_zstd": True,
"arrow:parquet": True,