Kafka consumer lag is not one queue waiting behind one worker. Lag belongs to a consumer group, topic and partition, so a modest group total can hide a single partition that is hours behind while every neighboring partition is current. Start by capturing committed offsets, log-end offsets ...