Interface KafkaProducerMetrics
public interface KafkaProducerMetrics
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
-
Method Details
-
tx
-
sendEnd
void sendEnd(org.apache.kafka.clients.producer.ProducerRecord<?, ?> record, double duration, Throwable e) -
sendEnd
void sendEnd(org.apache.kafka.clients.producer.ProducerRecord<?, ?> record, double duration, org.apache.kafka.clients.producer.RecordMetadata metadata)
-