mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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.
|
description: The port to use.
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
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:
|
topic:
|
||||||
description: The Kafka topic to send data to.
|
description: The Kafka topic to send data to.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user