mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add description for Apache Kafka Authentication configuration (#14385)
This commit is contained in:
parent
4977340e47
commit
1691a8e065
@ -34,6 +34,19 @@ port:
|
||||
description: The port to use.
|
||||
required: true
|
||||
type: integer
|
||||
username:
|
||||
description: The username of Apache Kafka cluster for authentication.
|
||||
required: false
|
||||
type: string
|
||||
password:
|
||||
description: The password of Apache Kafka cluster for authentication.
|
||||
required: false
|
||||
type: string
|
||||
security_protocol:
|
||||
description: The protocol used to communicate with brokers. Use `SASL_SSL` for authentication.
|
||||
required: false
|
||||
default: PLAINTEXT
|
||||
type: string
|
||||
topic:
|
||||
description: The Kafka topic to send data to.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user