Re: Kafka Broker leader change without effect

2020-01-16 Thread Ryanne Dolan
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

Re: Kafka Broker leader change without effect

2020-01-16 Thread Eric Azama
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

RE: Kafka Broker leader change without effect

2020-01-16 Thread JOHN, BIBIN
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

Re: Kafka Broker leader change without effect

2020-01-16 Thread Ryanne Dolan
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