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

Annotations
@InternalApi()
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(dockerImageName: DockerImageName)
  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
    Annotations
    @Override()
  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 dependsOn(arg0: Iterable[_ <: Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  28. def dependsOn(arg0: List[_ <: Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  29. def dependsOn(arg0: <repeated...>[Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
    Annotations
    @transient()
  30. def doStart(): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
    Annotations
    @Override()
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    GenericContainer → AnyRef → Any
  33. 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()
  34. 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()
  35. def followOutput(arg0: Consumer[OutputFrame], arg1: <repeated...>[OutputType]): Unit
    Definition Classes
    Container
    Annotations
    @transient()
  36. def followOutput(arg0: Consumer[OutputFrame]): Unit
    Definition Classes
    Container
  37. def getBinds(): List[Bind]
    Definition Classes
    GenericContainer → Container
  38. def getBootstrapServers(): String
  39. def getBoundPortNumbers(): List[Integer]
    Definition Classes
    ContainerState
  40. def getBrokerNum(): Int
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def getCommandParts(): Array[String]
    Definition Classes
    GenericContainer → Container
  43. def getContainerId(): String
    Definition Classes
    GenericContainer → ContainerState
  44. def getContainerInfo(): InspectContainerResponse
    Definition Classes
    GenericContainer → ContainerState
  45. def getContainerName(): String
    Definition Classes
    GenericContainer → LinkableContainer
  46. def getCreateContainerCmdModifiers(): Set[Consumer[CreateContainerCmd]]
    Definition Classes
    GenericContainer
  47. def getCurrentContainerInfo(): InspectContainerResponse
    Definition Classes
    ContainerState
  48. def getDependencies(): Set[Startable]
    Definition Classes
    GenericContainer → Startable
  49. def getDockerClient(): DockerClient
    Definition Classes
    GenericContainer → ContainerState
  50. def getDockerImageName(): String
    Definition Classes
    GenericContainer → Container
  51. def getEnv(): List[String]
    Definition Classes
    GenericContainer → Container
  52. def getEnvMap(): Map[String, String]
    Definition Classes
    GenericContainer → Container
  53. def getExposedPorts(): List[Integer]
    Definition Classes
    GenericContainer → ContainerState
  54. def getExtraHosts(): List[String]
    Definition Classes
    GenericContainer → Container
  55. def getFirstMappedPort(): Integer
    Definition Classes
    ContainerState
  56. def getHost(): String
    Definition Classes
    ContainerState
  57. def getImage(): RemoteDockerImage
    Definition Classes
    GenericContainer → Container
  58. def getJmxServiceUrl(): String
  59. def getLabels(): Map[String, String]
    Definition Classes
    GenericContainer
  60. def getLivenessCheckPortNumbers(): Set[Integer]
    Definition Classes
    GenericContainer → WaitStrategyTarget
  61. def getLogConsumers(): List[Consumer[OutputFrame]]
    Definition Classes
    GenericContainer
  62. def getLogs(arg0: <repeated...>[OutputType]): String
    Definition Classes
    ContainerState
    Annotations
    @transient()
  63. def getLogs(): String
    Definition Classes
    ContainerState
  64. def getMappedPort(arg0: Int): Integer
    Definition Classes
    ContainerState
  65. def getNetwork(): Network
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
    Annotations
    @Override()
  66. def getNetworkAliases(): List[String]
    Definition Classes
    GenericContainer
  67. def getNetworkMode(): String
    Definition Classes
    GenericContainer
  68. def getPortBindings(): List[String]
    Definition Classes
    GenericContainer → Container → ContainerState
  69. def getShmSize(): Long
    Definition Classes
    GenericContainer
  70. def getStartupAttempts(): Int
    Definition Classes
    GenericContainer
  71. def getStartupCheckStrategy(): StartupCheckStrategy
    Definition Classes
    GenericContainer
  72. def getTmpFsMapping(): Map[String, String]
    Definition Classes
    GenericContainer
  73. def getVolumesFroms(): List[VolumesFrom]
    Definition Classes
    GenericContainer
  74. def getWaitStrategy(): WaitStrategy
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  75. def getWorkingDirectory(): String
    Definition Classes
    GenericContainer
  76. def hashCode(): Int
    Definition Classes
    GenericContainer → AnyRef → Any
  77. def isCreated(): Boolean
    Definition Classes
    ContainerState
  78. def isHealthy(): Boolean
    Definition Classes
    ContainerState
  79. def isHostAccessible(): Boolean
    Definition Classes
    GenericContainer
  80. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  81. def isPrivilegedMode(): Boolean
    Definition Classes
    GenericContainer
  82. def isRunning(): Boolean
    Definition Classes
    ContainerState
  83. def isShouldBeReused(): Boolean
    Definition Classes
    GenericContainer
  84. def logger(): Logger
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  85. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  87. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  88. def self(): AlpakkaKafkaContainer
    Definition Classes
    Container
  89. def setBinds(arg0: List[Bind]): Unit
    Definition Classes
    GenericContainer → Container
  90. def setCommand(arg0: <repeated...>[String]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  91. def setCommand(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  92. def setCommandParts(arg0: Array[String]): Unit
    Definition Classes
    GenericContainer → Container
  93. def setDockerImageName(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  94. def setEnv(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  95. def setExposedPorts(arg0: List[Integer]): Unit
    Definition Classes
    GenericContainer → Container
  96. def setExtraHosts(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  97. def setHostAccessible(arg0: Boolean): Unit
    Definition Classes
    GenericContainer
  98. def setImage(arg0: Future[String]): Unit
    Definition Classes
    GenericContainer → Container
  99. def setLabels(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  100. def setLogConsumers(arg0: List[Consumer[OutputFrame]]): Unit
    Definition Classes
    GenericContainer
  101. def setNetwork(arg0: Network): Unit
    Definition Classes
    GenericContainer
  102. def setNetworkAliases(arg0: List[String]): Unit
    Definition Classes
    GenericContainer
  103. def setNetworkMode(arg0: String): Unit
    Definition Classes
    GenericContainer
  104. def setPortBindings(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  105. def setPrivilegedMode(arg0: Boolean): Unit
    Definition Classes
    GenericContainer
  106. def setShmSize(arg0: Long): Unit
    Definition Classes
    GenericContainer
  107. def setStartupAttempts(arg0: Int): Unit
    Definition Classes
    GenericContainer
  108. def setStartupCheckStrategy(arg0: StartupCheckStrategy): Unit
    Definition Classes
    GenericContainer
  109. def setTmpFsMapping(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  110. def setVolumesFroms(arg0: List[VolumesFrom]): Unit
    Definition Classes
    GenericContainer
  111. def setWaitStrategy(arg0: WaitStrategy): Unit
    Definition Classes
    GenericContainer → Container
  112. def setWorkingDirectory(arg0: String): Unit
    Definition Classes
    GenericContainer
  113. def start(): Unit
    Definition Classes
    GenericContainer → Startable
  114. def startKafka(): Unit
  115. def stop(): Unit
    Definition Classes
    GenericContainer → Startable
  116. def stopKafka(): Unit
  117. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  118. def toString(): String
    Definition Classes
    GenericContainer → AnyRef → Any
  119. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  120. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  121. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  122. def waitUntilContainerStarted(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  123. def waitingFor(arg0: WaitStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  124. def withAccessToHost(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  125. def withBrokerNum(brokerNum: Int): AlpakkaKafkaContainer
  126. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  127. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  128. def withCommand(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  129. def withCommand(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  130. def withCopyFileToContainer(arg0: MountableFile, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  131. def withCopyToContainer(arg0: Transferable, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  132. def withCreateContainerCmdModifier(arg0: Consumer[CreateContainerCmd]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  133. def withEmbeddedZookeeper(): AlpakkaKafkaContainer
  134. def withEnv(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  135. def withEnv(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  136. def withEnv(arg0: String, arg1: Function[Optional[String], String]): AlpakkaKafkaContainer
    Definition Classes
    Container
  137. def withExposedPorts(arg0: <repeated...>[Integer]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  138. def withExternalZookeeper(connectString: String): AlpakkaKafkaContainer
  139. def withExtraHost(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  140. def withFileSystemBind(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  141. def withFileSystemBind(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    Container
  142. def withImagePullPolicy(arg0: ImagePullPolicy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  143. def withLabel(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  144. def withLabels(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  145. def withLogConsumer(arg0: Consumer[OutputFrame]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  146. def withMinimumRunningDuration(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  147. def withNetwork(network: Network): AlpakkaKafkaContainer
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer → Container
    Annotations
    @Override()
  148. def withNetworkAliases(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  149. def withNetworkMode(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  150. def withPrivilegedMode(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  151. def withRemoteJmxService(): AlpakkaKafkaContainer
  152. def withReuse(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  153. def withSharedMemorySize(arg0: Long): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  154. def withStartupAttempts(arg0: Int): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  155. def withStartupCheckStrategy(arg0: StartupCheckStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  156. def withStartupTimeout(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  157. def withTmpFs(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  158. def withVolumesFrom(arg0: Container[SELF] forSome {type SELF <: Container[SELF]}, arg1: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  159. 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
  2. def apply(arg0: Statement, arg1: Description): Statement
    Definition Classes
    GenericContainer → FailureDetectingExternalResource → TestRule
    Annotations
    @Deprecated
    Deprecated
  3. def createVolumeDirectory(arg0: Boolean): Path
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  4. def failed(arg0: Throwable, arg1: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated
  5. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  6. def finished(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated
  7. def getContainerIpAddress(): String
    Definition Classes
    ContainerState
    Annotations
    @Deprecated
    Deprecated
  8. def getCopyToFileContainerPathMap(): Map[MountableFile, String]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  9. def getIpAddress(): String
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  10. def getLinkedContainers(): Map[String, LinkableContainer]
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated
    Deprecated
  11. def getLivenessCheckPort(): Integer
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  12. def getLivenessCheckPorts(): Set[Integer]
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  13. def getTestHostIpAddress(): String
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated
    Deprecated
  14. def setCopyToFileContainerPathMap(arg0: Map[MountableFile, String]): Unit
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated
    Deprecated
  15. def setLinkedContainers(arg0: Map[String, LinkableContainer]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated
    Deprecated
  16. def starting(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated
  17. def succeeded(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated
    Deprecated

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