We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cd289 commit 15218b4Copy full SHA for 15218b4
charts/milvus/values.yaml
@@ -901,6 +901,18 @@ externalPulsar:
901
###################################
902
# External kafka
903
# - 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"
916
917
externalKafka:
918
enabled: false
0 commit comments