Interface ChangeEventSink

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
JdbcChangeEventSink

@Incubating public interface ChangeEventSink extends AutoCloseable
A change event sink that consumes events from one or more Kafka topics.
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.apache.kafka.connect.sink.SinkRecord record)
    Executes this sink.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • execute

      void execute(org.apache.kafka.connect.sink.SinkRecord record)
      Executes this sink.
      Parameters:
      record - the sink record, never null