Class FlatSinkRecordFactory

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

public class FlatSinkRecordFactory extends Object implements SinkRecordFactory
A SinkRecordFactory implementation that provides records that have been flattened mimic the behavior observed when the ExtractNewRecordState transformation is applied.
Author:
Chris Cranford
  • Constructor Details

    • FlatSinkRecordFactory

      public FlatSinkRecordFactory()
  • 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