Interface Partition

All Known Implementing Classes:
AbstractPartition

public interface Partition
Describes the source partition to be processed by the connector in connector-specific terms and provides its representation as a Kafka Connect source partition.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Implementations provide a set of connector-specific partitions based on the connector task configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,String>
    Returns the partition representation in the logging context.
     
  • Method Details

    • getSourcePartition

      Map<String,String> getSourcePartition()
    • getLoggingContext

      default Map<String,String> getLoggingContext()
      Returns the partition representation in the logging context.