Skip to content

Commit 15218b4

Browse files
authored
[Milvus] <docs>: add more comments to externalKafka parameter (#48)
Signed-off-by: Wang Yanfeng <wyfeng001@gmail.com>
1 parent 02cd289 commit 15218b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charts/milvus/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,18 @@ externalPulsar:
901901
###################################
902902
# External kafka
903903
# - these configs are only used when `externalKafka.enabled` is true
904+
# - note that the following are just examples, you should confirm the
905+
# value of brokerList and mechanisms according to the actual external
906+
# Kafka configuration. E.g. If you select the AWS MSK, the configuration
907+
# should look something like this:
908+
# externalKafka:
909+
# enabled: true
910+
# brokerList: "xxxx:9096"
911+
# securityProtocol: SASL_SSL
912+
# sasl:
913+
# mechanisms: SCRAM-SHA-512
914+
# password: "xxx"
915+
# username: "xxx"
904916
###################################
905917
externalKafka:
906918
enabled: false

0 commit comments

Comments
 (0)