From 94a9825b476ac3fa271581d743593fcef5cd7664 Mon Sep 17 00:00:00 2001 From: Aravindan Date: Mon, 21 Mar 2022 14:43:45 +0530 Subject: [PATCH] Update README.md Updated ReadMe with SASL mechanisms added as part of 1.21.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdcf549..c0325da 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ The `partition_strategy` setting can be one of: You can also set any of the Brod producer configuration options in the `producer` section - see [the Brod sources](https://github.com/klarna/brod/blob/master/src/brod_producer.erl#L90) for a list of keys and their meaning. -If the Kafka broker is configured with `SASL_PLAINTEXT` auth, the `sasl` option can be added. +If the Kafka broker is configured with `SASL_PLAINTEXT` auth, the `sasl` option can be added. Kaffe supports the following SASL mechanisms - PLAINTEXT, SCRAM_SHA_256 and SCRAM_SHA_512 If using Confluent Hosted Kafka, also add `ssl: true` as shown above.