Technologies/Apache Kafka/kafka.request.produce_failed_rate
Apache KafkaApache KafkaMetric

kafka.request.produce_failed_rate

Failed produce request rate
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Failed produce requests rate.
Dimensions:None
Related Insights (3)
Network Processor Idle Drop Precedes Request Timeoutscritical

When network processor average idle percentage drops significantly, it indicates the broker is overwhelmed processing network I/O, leading to client-side request timeouts before requests reach handler threads.

CockroachDB Changefeed Lag Indicating Kafka Sink Backpressurewarning

When CockroachDB changefeeds emit to Kafka and the high_water_timestamp lag increases significantly, it indicates the Kafka sink cannot keep up with database changes. This creates backpressure where database CDC events queue up, potentially causing CockroachDB performance degradation.

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.