Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Nov 13, 2023
1 parent c405c5d commit 0c09f68
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions v2.3.x/site/en/adminGuide/message_storage_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,27 @@ metadata:
name: my-release
labels:
app: milvus
spec:
spec:
config:
kafka:
# securityPolicy supports: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL
securityPolicy: PLAINTEXT
# saslMechanisms supports: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512
saslMechanisms: PLAIN
saslUsername: ""
saslPassword: ""
# Omit other fields ...
dependencies:
# Omit other fields ...
msgStreamType: "kafka"
kafka:
external: true
brokerList:
- "kafkaBrokerAddr1:9092"
- "kafkaBrokerAddr2:9092"
# ...
components: {}
config: {}
```
> SASL configurations are supported in operator v0.8.5 or higher version.

### Internal Kafka

Expand Down

0 comments on commit 0c09f68

Please sign in to comment.