A Kafka cluster experienced severe performance degradation when eight single-member consumer groups, each fetching 4,742 partitions, caused lock contention in the broker's DelayedFetch mechanism. The issue emerged after upgrading to Kafka 2.7+, which changed lock acquisition to blocking mode, starving request handlers and blocking network threads while broker-measured latency metrics remained artificially low because time spent in unread sockets goes unmeasured.