RE: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-18 Thread Chris Peart
Hi Andrew & Alex, Thanks for all your help on this, it's much appreciated. We have 4 brokers and don't really see this expanding on our platform, would you recommend a replication factor of 3 or 4 for the __consumer_offsets & __transaction_state topics, just think about server maintenance and

Re: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-18 Thread Andrew Grant
Hey Chris, Alex is right that in my example the replication factor would be increased to 2 so you’d have to update the replicas field to have three broker IDs. In terms of the replication factor, 3 is a pretty standard replication factor for those topics. It’s a tough question to answer in gen

RE: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1

2022-12-18 Thread Chris Peart
That's great, thanks for the detailed explanation Andrew. Chris -Original Message- From: Andrew Grant Sent: 18 December 2022 14:55 To: users@kafka.apache.org Subject: Re: __consumer_offsets & __transaction_state topics have ReplicationFactor: 1 Hey Chris, Alex is right that in my exam