Packages

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AlpakkaKafkaContainer extends GenericContainer[AlpakkaKafkaContainer]

    This container wraps Confluent Kafka and Zookeeper (optionally)

    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()
  2. class KafkaContainerCluster extends Startable

    Provides an easy way to launch a Kafka cluster with multiple brokers.

    Provides an easy way to launch a Kafka cluster with multiple brokers.

    Annotations
    @InternalApi()
  3. trait KafkaTestKit extends AnyRef

    Common functions for scaladsl and javadsl Testkit.

    Common functions for scaladsl and javadsl Testkit.

    Mixed-in in both, scaladsl and javadsl classes, therefore API should be usable from both - Scala and Java.

  4. abstract class KafkaTestKitClass extends KafkaTestKit
  5. class SchemaRegistryContainer extends GenericContainer[SchemaRegistryContainer]
  6. trait TestFrameworkInterface extends AnyRef

Ungrouped