Skip to content

Commit

Permalink
[Milvus] <docs>: add more comments to externalKafka parameter (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Yanfeng <wyfeng001@gmail.com>
  • Loading branch information
wyfeng001 authored Jan 12, 2024
1 parent 02cd289 commit 15218b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,18 @@ externalPulsar:
###################################
# External kafka
# - these configs are only used when `externalKafka.enabled` is true
# - note that the following are just examples, you should confirm the
# value of brokerList and mechanisms according to the actual external
# Kafka configuration. E.g. If you select the AWS MSK, the configuration
# should look something like this:
# externalKafka:
# enabled: true
# brokerList: "xxxx:9096"
# securityProtocol: SASL_SSL
# sasl:
# mechanisms: SCRAM-SHA-512
# password: "xxx"
# username: "xxx"
###################################
externalKafka:
enabled: false
Expand Down

0 comments on commit 15218b4

Please sign in to comment.