From 1691a8e06510a63b57dedfc6a2be953ac8f019bc Mon Sep 17 00:00:00 2001 From: Nishchith Shetty Date: Sat, 5 Sep 2020 14:14:41 +0530 Subject: [PATCH] Add description for Apache Kafka Authentication configuration (#14385) --- source/_integrations/apache_kafka.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/apache_kafka.markdown b/source/_integrations/apache_kafka.markdown index a8982e860ac..eec80011b59 100644 --- a/source/_integrations/apache_kafka.markdown +++ b/source/_integrations/apache_kafka.markdown @@ -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