Interface ErrorReporter


public interface ErrorReporter
This interface exists to avoid exposing our code to ErrantRecordReporter. This allows tolerating situations when the class ErrantRecordReporter is not available.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(org.apache.kafka.connect.sink.SinkRecord record, Exception e)
     
  • Method Details

    • report

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