Interface KafkaRecordErrorReporter


  • public interface KafkaRecordErrorReporter
    This interface is a wrapper on top of ErrantRecordReporter. This allows tolerating situations when the class ErrantRecordReporter is not available because it was recently added and backported to older versions.
    See Also:
    Documentation
    • Method Detail

      • reportError

        void reportError​(org.apache.kafka.connect.sink.SinkRecord record,
                         Exception e)