Update kcl_3x_deep-dive.md

This commit is contained in:
Minu Hong 2025-04-11 16:41:53 -07:00 committed by GitHub
parent 0a5d8ecd13
commit ef8dbc1dd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
## Introduction
This document
This document explains the architectural changes in KCL 3.x regarding leader election and workload distribution, highlighting how KCL 3.x efficiently rebalances leases across workers using throughput metrics and CPU utilization.
- [Overview: Lease reassignments in KCL 3.x](#overview-lease-reassignments-in-kcl-3x)
- [Motivation for moving from distributed to leader-based protocol](#motivation-for-moving-from-distributed-to-leader-based-protocol)