Technologies/Apache Kafka/kafka.producer.buffer_total_bytes
Apache KafkaApache KafkaMetric

kafka.producer.buffer_total_bytes

Total buffer memory
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
The maximum amount of buffer memory the client can use (whether or not it is currently used).
Dimensions:None
Related Insights (2)
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.

Producer Buffer Exhaustion Causing Request Blockingwarning

When producer buffer memory is exhausted, send calls block waiting for space, causing application threads to stall and reducing overall throughput.