Technologies/Apache Kafka/kafka.replication.under_replicated_partitions
Apache KafkaApache KafkaMetric

kafka.replication.under_replicated_partitions

Under-replicated partition count
Dimensions:None
Available on:DatadogDatadog (1)DynatraceDynatrace (1)
Interface Metrics (2)
DatadogDatadog
Number of under replicated partitions.
Dimensions:None
DynatraceDynatrace
The number of under-replicated partitions
Dimensions:None
Related Insights (4)
Under-Replicated Partitions Signal Broker Degradationcritical

When ISR count drops below the configured replication factor, partitions become under-replicated, indicating broker health issues, network problems, or disk saturation that compromise data durability.

ISR Shrink/Expand Oscillation Reveals Replica Instabilitywarning

Frequent ISR shrink and expand events indicate replicas repeatedly falling behind and catching up, suggesting intermittent broker issues, network instability, or insufficient resources for replication workload.

Kafka Broker Under-Replication Impacting Lambda Consumer Lagcritical

When Kafka under-replicated partitions increase (kafka.replication.under_replicated_partitions) or ISR shrinks (kafka.server.ReplicaManager.IsrExpandsPerSec drops), Lambda event source mappings may experience increased fetch latency and offset lag as the cluster struggles to maintain replication consistency.

Under Min ISR Partitions Block Producer Writescritical

When ISR count drops below min.insync.replicas, producers configured with acks=all will fail with NotEnoughReplicasException, blocking writes to maintain durability guarantees.