Class DebeziumSinkRecordFactory

java.lang.Object
io.debezium.connector.jdbc.util.DebeziumSinkRecordFactory
All Implemented Interfaces:
SinkRecordFactory

public class DebeziumSinkRecordFactory extends Object implements SinkRecordFactory
A SinkRecordFactory implementation that provides records that are structured based on Debezium's complex envelope structure.
Author:
Chris Cranford
  • Constructor Details

    • DebeziumSinkRecordFactory

      public DebeziumSinkRecordFactory()
  • Method Details

    • isFlattened

      public boolean isFlattened()
      Description copied from interface: SinkRecordFactory
      Returns whether the factor constructs flattened records or complex debezium payloads.
      Specified by:
      isFlattened in interface SinkRecordFactory