Interface KafkaRecordErrorReporter
-
public interface KafkaRecordErrorReporterThis interface is a wrapper on top ofErrantRecordReporter. This allows tolerating situations when the classErrantRecordReporteris not available because it was recently added and backported to older versions.- See Also:
- Documentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportError(org.apache.kafka.connect.sink.SinkRecord record, Exception e)
-
-
-
Method Detail
-
reportError
void reportError(org.apache.kafka.connect.sink.SinkRecord record, Exception e)
-
-