Interface DebeziumSourceConnectorContext

All Known Implementing Classes:
EngineSourceConnectorContext

@Incubating public interface DebeziumSourceConnectorContext
DebeziumSourceConnectorContext holds useful objects used during the lifecycle of DebeziumSourceConnector.
Author:
vjuranek
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.kafka.connect.storage.OffsetStorageReader
    Returns the OffsetStorageReader for this DebeziumConnectorContext.
    org.apache.kafka.connect.storage.OffsetStorageWriter
    Returns the OffsetStorageWriter for this DebeziumConnectorContext.
  • Method Details

    • offsetStorageReader

      org.apache.kafka.connect.storage.OffsetStorageReader offsetStorageReader()
      Returns the OffsetStorageReader for this DebeziumConnectorContext.
      Returns:
      the OffsetStorageReader for this connector.
    • offsetStorageWriter

      org.apache.kafka.connect.storage.OffsetStorageWriter offsetStorageWriter()
      Returns the OffsetStorageWriter for this DebeziumConnectorContext.
      Returns:
      the OffsetStorageWriter for this connector.