Add description for Apache Kafka Authentication configuration (#14385)

This commit is contained in:
Nishchith Shetty 2020-09-05 14:14:41 +05:30 committed by GitHub
parent 4977340e47
commit 1691a8e065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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