From 91f8b1fef7d0bfc8059abd29e3a77103cb08076c Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Wed, 22 May 2024 13:35:09 -0400 Subject: [PATCH] Set default replication factor back to Kafka default If replication factor is > 1 Kafka will fail to start until another broker is added - For internal automated testing purposes a Standalone will be utilized Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- salt/kafka/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/kafka/defaults.yaml b/salt/kafka/defaults.yaml index 86d2f6e94..9a8c05c43 100644 --- a/salt/kafka/defaults.yaml +++ b/salt/kafka/defaults.yaml @@ -8,7 +8,7 @@ kafka: advertised_x_listeners: auto_x_create_x_topics_x_enable: true controller_x_quorum_x_voters: - default_x_replication_x_factor: 2 + default_x_replication_x_factor: 1 inter_x_broker_x_listener_x_name: BROKER listeners: BROKER://0.0.0.0:9092 listener_x_security_x_protocol_x_map: BROKER:SSL