Packages

c

akka.kafka.testkit.internal

AlpakkaKafkaContainer

class AlpakkaKafkaContainer extends GenericContainer[AlpakkaKafkaContainer]

This container wraps Confluent Kafka and Zookeeper (optionally)

This is a copy of KafkaContainer from testcontainers/testcontainers-java that we can tweak as needed

Source
AlpakkaKafkaContainer.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlpakkaKafkaContainer
  2. GenericContainer
  3. Startable
  4. WaitStrategyTarget
  5. AutoCloseable
  6. Container
  7. ContainerState
  8. LinkableContainer
  9. FailureDetectingExternalResource
  10. TestRule
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AlpakkaKafkaContainer(confluentPlatformVersion: String)
  2. new AlpakkaKafkaContainer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEnv(arg0: String, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
  5. def addExposedPort(arg0: Integer): Unit
    Definition Classes
    GenericContainer → Container
  6. def addExposedPorts(arg0: <repeated...>[Int]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  7. def addFileSystemBind(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): Unit
    Definition Classes
    GenericContainer → Container
  8. def addFileSystemBind(arg0: String, arg1: String, arg2: BindMode): Unit
    Definition Classes
    Container
  9. def addFixedExposedPort(arg0: Int, arg1: Int, arg2: InternetProtocol): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  10. def addFixedExposedPort(arg0: Int, arg1: Int): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def canBeReused(): Boolean
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def close(): Unit
    Definition Classes
    Startable → AutoCloseable
  15. def configure(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  16. def containerIsCreated(arg0: String): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  17. def containerIsStarted(arg0: InspectContainerResponse, arg1: Boolean): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  18. def containerIsStarted(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  19. def containerIsStarting(containerInfo: InspectContainerResponse, reused: Boolean): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
  20. def containerIsStarting(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  21. def containerIsStopped(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  22. def containerIsStopping(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  23. def copyFileFromContainer(arg0: String, arg1: String): Unit
    Definition Classes
    GenericContainer → ContainerState
  24. def copyFileFromContainer[T <: AnyRef](arg0: String, arg1: ThrowingFunction[InputStream, T]): T
    Definition Classes
    ContainerState
  25. def copyFileToContainer(arg0: Transferable, arg1: String): Unit
    Definition Classes
    ContainerState
  26. def copyFileToContainer(arg0: MountableFile, arg1: String): Unit
    Definition Classes
    ContainerState
  27. def createVolumeDirectory(arg0: Boolean): Path
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  28. def dependsOn(arg0: Iterable[_ <: Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  29. def dependsOn(arg0: List[_ <: Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  30. def dependsOn(arg0: <repeated...>[Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
    Annotations
    @transient()
  31. def doStart(): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: AnyRef): Boolean
    Definition Classes
    GenericContainer → AnyRef → Any
  34. def execInContainer(arg0: Charset, arg1: <repeated...>[String]): ExecResult
    Definition Classes
    ContainerState
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException]) @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException]) @transient()
  35. def execInContainer(arg0: <repeated...>[String]): ExecResult
    Definition Classes
    ContainerState
    Annotations
    @throws(classOf[java.lang.UnsupportedOperationException]) @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException]) @transient()
  36. def fetchDockerDaemonInfo(): Info
    Definition Classes
    GenericContainer → Container
    Annotations
    @throws(classOf[java.io.IOException])
  37. def followOutput(arg0: Consumer[OutputFrame], arg1: <repeated...>[OutputType]): Unit
    Definition Classes
    Container
    Annotations
    @transient()
  38. def followOutput(arg0: Consumer[OutputFrame]): Unit
    Definition Classes
    Container
  39. def getBinds(): List[Bind]
    Definition Classes
    GenericContainer → Container
  40. def getBootstrapServers(): String
  41. def getBoundPortNumbers(): List[Integer]
    Definition Classes
    ContainerState
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def getCommandParts(): Array[String]
    Definition Classes
    GenericContainer → Container
  44. def getContainerId(): String
    Definition Classes
    GenericContainer → ContainerState
  45. def getContainerInfo(): InspectContainerResponse
    Definition Classes
    GenericContainer → ContainerState
  46. def getContainerIpAddress(): String
    Definition Classes
    ContainerState
  47. def getCopyToFileContainerPathMap(): Map[MountableFile, String]
    Definition Classes
    GenericContainer
  48. def getCreateContainerCmdModifiers(): Set[Consumer[CreateContainerCmd]]
    Definition Classes
    GenericContainer
  49. def getCurrentContainerInfo(): InspectContainerResponse
    Definition Classes
    ContainerState
  50. def getDependencies(): Set[Startable]
    Definition Classes
    GenericContainer → Startable
  51. def getDockerClient(): DockerClient
    Definition Classes
    GenericContainer → Container
  52. def getDockerDaemonInfo(): Info
    Definition Classes
    GenericContainer → Container
  53. def getDockerImageName(): String
    Definition Classes
    GenericContainer → Container
  54. def getEnv(): List[String]
    Definition Classes
    GenericContainer → Container
  55. def getEnvMap(): Map[String, String]
    Definition Classes
    GenericContainer → Container
  56. def getExposedPorts(): List[Integer]
    Definition Classes
    GenericContainer → ContainerState
  57. def getExtraHosts(): List[String]
    Definition Classes
    GenericContainer → Container
  58. def getFirstMappedPort(): Integer
    Definition Classes
    ContainerState
  59. def getHost(): String
    Definition Classes
    ContainerState
  60. def getImage(): RemoteDockerImage
    Definition Classes
    GenericContainer → Container
  61. def getJmxServiceUrl(): String
  62. def getLabels(): Map[String, String]
    Definition Classes
    GenericContainer
  63. def getLivenessCheckPortNumbers(): Set[Integer]
    Definition Classes
    GenericContainer → WaitStrategyTarget
  64. def getLogConsumers(): List[Consumer[OutputFrame]]
    Definition Classes
    GenericContainer
  65. def getLogs(arg0: <repeated...>[OutputType]): String
    Definition Classes
    ContainerState
    Annotations
    @transient()
  66. def getLogs(): String
    Definition Classes
    ContainerState
  67. def getMappedPort(arg0: Int): Integer
    Definition Classes
    ContainerState
  68. def getNetwork(): Network
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
  69. def getNetworkAliases(): List[String]
    Definition Classes
    GenericContainer
  70. def getNetworkMode(): String
    Definition Classes
    GenericContainer
  71. def getPortBindings(): List[String]
    Definition Classes
    GenericContainer → Container → ContainerState
  72. def getShmSize(): Long
    Definition Classes
    GenericContainer
  73. def getStartupAttempts(): Int
    Definition Classes
    GenericContainer
  74. def getStartupCheckStrategy(): StartupCheckStrategy
    Definition Classes
    GenericContainer
  75. def getTestHostIpAddress(): String
    Definition Classes
    GenericContainer → Container
  76. def getTmpFsMapping(): Map[String, String]
    Definition Classes
    GenericContainer
  77. def getVolumesFroms(): List[VolumesFrom]
    Definition Classes
    GenericContainer
  78. def getWaitStrategy(): WaitStrategy
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  79. def getWorkingDirectory(): String
    Definition Classes
    GenericContainer
  80. def hashCode(): Int
    Definition Classes
    GenericContainer → AnyRef → Any
  81. def isCreated(): Boolean
    Definition Classes
    ContainerState
  82. def isHealthy(): Boolean
    Definition Classes
    ContainerState
  83. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  84. def isPrivilegedMode(): Boolean
    Definition Classes
    GenericContainer
  85. def isRunning(): Boolean
    Definition Classes
    ContainerState
  86. def isShouldBeReused(): Boolean
    Definition Classes
    GenericContainer
  87. def logger(): Logger
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  88. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  89. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  90. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  91. def self(): AlpakkaKafkaContainer
    Definition Classes
    Container
  92. def setBinds(arg0: List[Bind]): Unit
    Definition Classes
    GenericContainer → Container
  93. def setCommand(arg0: <repeated...>[String]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  94. def setCommand(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  95. def setCommandParts(arg0: Array[String]): Unit
    Definition Classes
    GenericContainer → Container
  96. def setCopyToFileContainerPathMap(arg0: Map[MountableFile, String]): Unit
    Definition Classes
    GenericContainer
  97. def setDockerImageName(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  98. def setEnv(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  99. def setExposedPorts(arg0: List[Integer]): Unit
    Definition Classes
    GenericContainer → Container
  100. def setExtraHosts(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  101. def setImage(arg0: Future[String]): Unit
    Definition Classes
    GenericContainer → Container
  102. def setLabels(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  103. def setLogConsumers(arg0: List[Consumer[OutputFrame]]): Unit
    Definition Classes
    GenericContainer
  104. def setNetwork(arg0: Network): Unit
    Definition Classes
    GenericContainer
  105. def setNetworkAliases(arg0: List[String]): Unit
    Definition Classes
    GenericContainer
  106. def setNetworkMode(arg0: String): Unit
    Definition Classes
    GenericContainer
  107. def setPortBindings(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  108. def setPrivilegedMode(arg0: Boolean): Unit
    Definition Classes
    GenericContainer
  109. def setShmSize(arg0: Long): Unit
    Definition Classes
    GenericContainer
  110. def setStartupAttempts(arg0: Int): Unit
    Definition Classes
    GenericContainer
  111. def setStartupCheckStrategy(arg0: StartupCheckStrategy): Unit
    Definition Classes
    GenericContainer
  112. def setTmpFsMapping(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  113. def setVolumesFroms(arg0: List[VolumesFrom]): Unit
    Definition Classes
    GenericContainer
  114. def setWaitStrategy(arg0: WaitStrategy): Unit
    Definition Classes
    GenericContainer → Container
  115. def setWorkingDirectory(arg0: String): Unit
    Definition Classes
    GenericContainer
  116. def start(): Unit
    Definition Classes
    GenericContainer → Startable
  117. def stop(): Unit
    Definition Classes
    GenericContainer → Startable
  118. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  119. def toString(): String
    Definition Classes
    GenericContainer → AnyRef → Any
  120. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  121. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  122. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  123. def waitUntilContainerStarted(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  124. def waitingFor(arg0: WaitStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  125. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  126. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  127. def withCommand(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  128. def withCommand(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  129. def withCopyFileToContainer(arg0: MountableFile, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  130. def withCreateContainerCmdModifier(arg0: Consumer[CreateContainerCmd]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  131. def withEmbeddedZookeeper(): AlpakkaKafkaContainer
  132. def withEnv(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  133. def withEnv(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  134. def withEnv(arg0: String, arg1: Function[Optional[String], String]): AlpakkaKafkaContainer
    Definition Classes
    Container
  135. def withExposedPorts(arg0: <repeated...>[Integer]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  136. def withExternalZookeeper(connectString: String): AlpakkaKafkaContainer
  137. def withExtraHost(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  138. def withFileSystemBind(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  139. def withFileSystemBind(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    Container
  140. def withImagePullPolicy(arg0: ImagePullPolicy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  141. def withLabel(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  142. def withLabels(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  143. def withLogConsumer(arg0: Consumer[OutputFrame]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  144. def withMinimumRunningDuration(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  145. def withNetwork(network: Network): AlpakkaKafkaContainer
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer → Container
  146. def withNetworkAliases(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  147. def withNetworkMode(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  148. def withPrivilegedMode(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  149. def withRemoteJmxService(): AlpakkaKafkaContainer
  150. def withReuse(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  151. def withSharedMemorySize(arg0: Long): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  152. def withStartupAttempts(arg0: Int): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  153. def withStartupCheckStrategy(arg0: StartupCheckStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  154. def withStartupTimeout(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  155. def withTmpFs(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  156. def withVolumesFrom(arg0: Container[SELF] forSome {type SELF <: Container[SELF]}, arg1: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  157. def withWorkingDirectory(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container

Deprecated Value Members

  1. def addLink(arg0: LinkableContainer, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def apply(arg0: Statement, arg1: Description): Statement
    Definition Classes
    GenericContainer → FailureDetectingExternalResource → TestRule
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def failed(arg0: Throwable, arg1: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def finished(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getContainerName(): String
    Definition Classes
    GenericContainer → LinkableContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getIpAddress(): String
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getLinkedContainers(): Map[String, LinkableContainer]
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getLivenessCheckPort(): Integer
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getLivenessCheckPorts(): Set[Integer]
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setLinkedContainers(arg0: Map[String, LinkableContainer]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def starting(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def succeeded(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Startable

Inherited from WaitStrategyTarget

Inherited from AutoCloseable

Inherited from ContainerState

Inherited from LinkableContainer

Inherited from TestRule

Inherited from AnyRef

Inherited from Any

Ungrouped