Remove incremental-cooperative-rebalancing-in-kafka
article thumbnail

Incremental Cooperative Rebalancing in Apache Kafka: Why Stop the World When You Can Change It?

Confluent

Franz Kafka, 1897. Load balancing and scheduling are at the heart of every distributed system, and Apache Kafka ® is no different. Kafka clients—specifically the Kafka consumer, Kafka Connect, and Kafka Streams, which are the focus in this post—have used a sophisticated, paradigmatic way of balancing resources since the very beginning.

article thumbnail

What’s New in Apache Kafka 2.3

Confluent

It’s official: Apache Kafka ® 2.3 Core Kafka. In order to keep your data safe, Kafka creates several replicas of it on different brokers. Kafka will not allow writes to proceed unless the partition has a minimum number of in-sync replicas. has been released! This is called the “minimum ISR.”.

Metrics 111