milvus中kafka的配置 #19768
Answered
by
solaim
solaim
asked this question in
Q&A and General discussion
milvus中kafka的配置
#19768
-
上面是milvus.yaml文件中关于消息队列的配置,但是启动后连接kafka的是127.0.0.1:9092:
请问milvus.yaml中如何正确的配置kafka? |
Beta Was this translation helpful? Give feedback.
Answered by
solaim
Oct 14, 2022
Replies: 2 comments
-
必须所有字段打开,配置的brokerList才会生效,否则只能连接到127.0.0.1:9092 盲猜是为了数据安全吧😂 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
solaim
-
不知道是不是更新了,可以不使用 sas链接Kafka。 mq:
type: kafka
kafka:
brokerList: "127.0.0.1:9092"
saslUsername:
saslPassword:
saslMechanisms:
securityProtocol:
readTimeout: 10 # read message timeout in seconds
ssl:
enabled: false # Whether to support kafka secure connection mode
tlsCert:
tlsKey:
tlsCACert:
tlsKeyPassword:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
必须所有字段打开,配置的brokerList才会生效,否则只能连接到127.0.0.1:9092
盲猜是为了数据安全吧😂