📄️ Insight
Introduction
📄️ Smart Rebalance
A Kafka Cluster consists of one or more brokers that are connected to each other and delivers messages published by producers to consumers. Additionally, Kafka stores received messages on disk for a certain period of time to prepare for failures and provides an interface that allows consumers to read them again if necessary.
📄️ Cluster Scaling
Introduction
📄️ Partition Jobs
You can check the detailed list of topic-partitions that are currently being moved when a partition job is in progress.
📄️ Partition Leader Election
Introduction
📄️ Throttle
In Kafka, you can set an upper bound on the bandwidth used to move replicas between brokers, by applying throttling to partition reassign operations in which replicas move. Throttling is the technology that limits the maximum amount of data transferred per second in either data replication or movement operations.