From 6ae2cae7c01007f390d83e70fdc3ec402cf2b114 Mon Sep 17 00:00:00 2001 From: Robin <96488933+Rablet@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:20:35 +0100 Subject: [PATCH] [bitnami/kafka] Fix typo in README.md (#45664) Duplicated sentence Signed-off-by: Robin --- bitnami/kafka/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index a8acc40a7e19..54fe3e67d0fb 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -902,7 +902,6 @@ This new release of the bitnami/kafka container includes a refactor in its logic **IMPORTANT**: Either KAFKA_CFG_PROCESS_ROLES or KAFKA_CFG_ZOOKEEPER_CONNECT must be configured for Apache Kafka to be started. The equivalent configuration to the deprecated `KAFKA_ENABLE_KRAFT=true` option would be setting `KAFKA_CFG_PROCESS_ROLES=controller,broker`. This change is especially aimed to support migrating from Zookeeper mode to KRaft mode. Once Zookeeper mode is fully removed we will default to a KRaft controller+broker mode. - Once Zookeeper mode is fully removed we will default to a KRaft controller+broker mode. * Support for broker-only and controller-only nodes in KRaft mode. By setting KAFKA_CFG_PROCESS_ROLES, the Bitnami Apache Kafka container can be configured as a dedicated broker or controller node, or run both processes. * Added support for SASL and SSL protocols in Control plane (controller listener).