Class DebeziumAsyncEngineTestUtils.AlmostRandomlyFailingDuringStartTask

java.lang.Object
org.apache.kafka.connect.source.SourceTask
io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
io.debezium.embedded.async.DebeziumAsyncEngineTestUtils.AlmostRandomlyFailingDuringStartTask
All Implemented Interfaces:
org.apache.kafka.connect.connector.Task
Enclosing class:
DebeziumAsyncEngineTestUtils

public static class DebeziumAsyncEngineTestUtils.AlmostRandomlyFailingDuringStartTask extends io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.kafka.connect.source.SourceTask

    org.apache.kafka.connect.source.SourceTask.TransactionBoundary
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) Random
     
    private static final AtomicInteger
     

    Fields inherited from class org.apache.kafka.connect.source.SourceTask

    context, TRANSACTION_BOUNDARY_CONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask

    poll, stop, version

    Methods inherited from class org.apache.kafka.connect.source.SourceTask

    commit, commitRecord, commitRecord, initialize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AlmostRandomlyFailingDuringStartTask

      public AlmostRandomlyFailingDuringStartTask()
  • Method Details

    • start

      public void start(Map<String,String> props)
      Specified by:
      start in interface org.apache.kafka.connect.connector.Task
      Overrides:
      start in class io.debezium.connector.simple.SimpleSourceConnector.SimpleConnectorTask