From 2d80e4740f31f6b82234669b73f7848e010da0e2 Mon Sep 17 00:00:00 2001 From: Tengis Batsaikhan <358442+tengis@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:53:52 +1000 Subject: [PATCH] fix config typo on confluent cloud --- docs/deploy/confluent-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/confluent-cloud.md b/docs/deploy/confluent-cloud.md index f21dc51b934e9..70ef04f2131fc 100644 --- a/docs/deploy/confluent-cloud.md +++ b/docs/deploy/confluent-cloud.md @@ -135,7 +135,7 @@ credentialsAndCertsSecrets: springKafkaConfigurationOverrides: - security.protocol: SASL + security.protocol: SASL_SSL sasl.mechanism: PLAIN client.dns.lookup: use_all_dns_ips basic.auth.credentials.source: USER_INFO