Class DockerKafka

java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.kafka.DockerKafka

public class DockerKafka extends fixture5.TestFixture
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private io.debezium.testing.system.tools.kafka.DockerKafkaConnectController
     
    private io.debezium.testing.system.tools.kafka.DockerKafkaController
     
    private final org.testcontainers.containers.Network
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DockerKafka(org.junit.jupiter.api.extension.ExtensionContext.Store store)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class fixture5.TestFixture

    retrieve, retrieve, store, store, store

    Methods inherited from class java.lang.Object

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

    • network

      private final org.testcontainers.containers.Network network
    • kafkaController

      private io.debezium.testing.system.tools.kafka.DockerKafkaController kafkaController
    • connectController

      private io.debezium.testing.system.tools.kafka.DockerKafkaConnectController connectController
  • Constructor Details

    • DockerKafka

      public DockerKafka(@NotNull org.junit.jupiter.api.extension.ExtensionContext.Store store)
  • Method Details

    • setup

      public void setup()
      Specified by:
      setup in class fixture5.TestFixture
    • teardown

      public void teardown()
      Specified by:
      teardown in class fixture5.TestFixture