onfig parameters.
>
>
> -Original Message-
> From: Ryanne Dolan
> Sent: Thursday, January 16, 2020 10:52 AM
> To: Kafka Users
> Subject: Re: Kafka Broker leader change without effect
>
> Marco, the replication factor of 3 is not possible when you only have two
> brokers, thu
plicas config parameters.
>
>
> -Original Message-
> From: Ryanne Dolan
> Sent: Thursday, January 16, 2020 10:52 AM
> To: Kafka Users
> Subject: Re: Kafka Broker leader change without effect
>
> Marco, the replication factor of 3 is not possible when you only have
Producer request will not fail. Producer will fail based on acks and
min.insync.replicas config parameters.
-Original Message-
From: Ryanne Dolan
Sent: Thursday, January 16, 2020 10:52 AM
To: Kafka Users
Subject: Re: Kafka Broker leader change without effect
Marco, the replication
Marco, the replication factor of 3 is not possible when you only have two
brokers, thus the producer will fail to send records until the third broker
is restored. You would need to change the topic replication factor to 2 for
your experiment to work as you expect.
Ryanne
On Thu, Jan 16, 2020, 9:5