Packages

final class KafkaTestkitTestcontainersSettings extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaTestkitTestcontainersSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val clusterStartTimeout: FiniteDuration
  7. val configureKafka: (Vector[AlpakkaKafkaContainer]) => Unit
  8. val configureKafkaConsumer: Consumer[Collection[AlpakkaKafkaContainer]]
  9. val configureZooKeeper: (GenericContainer[_]) => Unit
  10. val configureZooKeeperConsumer: Consumer[GenericContainer[_]]
  11. val containerLogging: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getClusterStartTimeout(): Duration

    Java Api

  16. def getContainerLogging(): Boolean

    Java Api

  17. def getInternalTopicsReplicationFactor(): Int

    Java Api

  18. def getKafkaImage(): String

    Java Api

  19. def getKafkaImageTag(): String

    Java Api

  20. def getNumBrokers(): Int

    Java Api

  21. def getReadinessCheckTimeout(): Duration

    Java Api

  22. def getSchemaRegistry(): Boolean

    Java Api

  23. def getSchemaRegistryImage(): String

    Java Api

  24. def getSchemaRegistryImageTag(): String

    Java Api

  25. def getZooKeeperImage(): String

    Java Api

  26. def getZooKeeperImageTag(): String

    Java Api

  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val internalTopicsReplicationFactor: Int
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val kafkaImage: String
  31. val kafkaImageTag: String
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val numBrokers: Int
  36. val readinessCheckTimeout: FiniteDuration
  37. val schemaRegistryImage: String
  38. val schemaRegistryImageTag: String
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    KafkaTestkitTestcontainersSettings → AnyRef → Any
  41. val useSchemaRegistry: Boolean
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def withClusterStartTimeout(timeout: Duration): KafkaTestkitTestcontainersSettings

    Java Api

    Java Api

    Kafka cluster start up timeout

  46. def withClusterStartTimeout(timeout: FiniteDuration): KafkaTestkitTestcontainersSettings

    Kafka cluster start up timeout

  47. def withConfigureKafka(configureKafka: (Vector[AlpakkaKafkaContainer]) => Unit): KafkaTestkitTestcontainersSettings

    Replaces the default Kafka testcontainers configuration logic

  48. def withConfigureKafkaConsumer(configureKafkaConsumer: Consumer[Collection[AlpakkaKafkaContainer]]): KafkaTestkitTestcontainersSettings

    Java Api

    Java Api

    Replaces the default Kafka testcontainers configuration logic

  49. def withConfigureZooKeeper(configureZooKeeper: (GenericContainer[_]) => Unit): KafkaTestkitTestcontainersSettings

    Replaces the default ZooKeeper testcontainers configuration logic

  50. def withConfigureZooKeeperConsumer(configureZooKeeperConsumer: Consumer[GenericContainer[_]]): KafkaTestkitTestcontainersSettings

    Java Api

    Java Api

    Replaces the default ZooKeeper testcontainers configuration logic

  51. def withContainerLogging(containerLogging: Boolean): KafkaTestkitTestcontainersSettings

    Stream container output to SLF4J logger(s).

  52. def withInternalTopicsReplicationFactor(internalTopicsReplicationFactor: Int): KafkaTestkitTestcontainersSettings

    Replaces the default internal Kafka topics replication factor

  53. def withKafkaImage(kafkaImage: String): KafkaTestkitTestcontainersSettings

    Sets the Kafka image

  54. def withKafkaImageTag(kafkaImageTag: String): KafkaTestkitTestcontainersSettings

    Sets the Kafka image tag

  55. def withNumBrokers(numBrokers: Int): KafkaTestkitTestcontainersSettings

    Replaces the default number of Kafka brokers

  56. def withReadinessCheckTimeout(timeout: Duration): KafkaTestkitTestcontainersSettings

    Java Api

    Java Api

    Kafka cluster readiness check timeout

  57. def withReadinessCheckTimeout(timeout: FiniteDuration): KafkaTestkitTestcontainersSettings

    Kafka cluster readiness check timeout

  58. def withSchemaRegistry(useSchemaRegistry: Boolean): KafkaTestkitTestcontainersSettings

    Use Schema Registry container.

  59. def withSchemaRegistryImage(schemaRegistryImage: String): KafkaTestkitTestcontainersSettings

    Sets the Schema Registry image

  60. def withSchemaRegistryImageTag(schemaRegistryImageTag: String): KafkaTestkitTestcontainersSettings

    Sets the Schema Registry image tag

  61. def withZooKeeperImage(zooKeeperImage: String): KafkaTestkitTestcontainersSettings

    Sets the ZooKeeper image

  62. def withZooKeeperImageTag(zooKeeperImageTag: String): KafkaTestkitTestcontainersSettings

    Sets the ZooKeeper image tag

  63. val zooKeeperImage: String
  64. val zooKeeperImageTag: String

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped