Re: Help needed to migrate from one infra to another without downtime

2021-10-22 Thread Haruki Okada
Hi, Rijo. This slide might help you to create a procedure to migrate the zk ensemble without downtime. https://speakerdeck.com/line_developers/split-brain-free-online-zookeeper-migration The slide is based on zookeeper 3.4 so in your environment (3.5), the procedure might be simplified thanks to

Re: ConsumerRecord / ProducerRecord common interface?

2021-10-22 Thread Sophie Blee-Goldman
I agree, this has always really annoyed me. This will definitely require a KIP since it's a public feature, but it should (hopefully!) be a fairly quick and non-controversial one. You can read up on the process and get started here

ConsumerRecord / ProducerRecord common interface?

2021-10-22 Thread Steven Schlansker
Hello Kafka friends, We are writing test code that sometimes will talk to a MockProducer and sometimes to a normal KafkaProducer. Therefore the test harness will sometimes read the MockProducer-produced records (ProducerRecord) directly, and sometimes will read actual ConsumerRecords through a rea