mirror of https://github.com/milvus-io/milvus.git
Fix failure while connect kafka with SASL_SSL (#26617)
Signed-off-by: jaime <yun.zhang@zilliz.com>pull/26616/head
parent
a73eb1c831
commit
dc88ef0399
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue