Packages

p

zio.kafka

testkit

package testkit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class EmbeddedKafkaStartException(msg: String, cause: Throwable = null) extends RuntimeException with Product with Serializable
  2. trait Kafka extends AnyRef
  3. trait KafkaRandom extends AnyRef
  4. trait ZIOSpecWithKafka extends ZIOSpec[TestEnvironment with Kafka]

    This trait should be used if you want to run your tests with a shared-across-your-suites embedded Kafka cluster.

    This trait should be used if you want to run your tests with a shared-across-your-suites embedded Kafka cluster.

    More information about sharing a resource between multiple suites can be found here: https://zio.dev/reference/test/sharing-layers-between-multiple-files/

Value Members

  1. object Kafka
  2. object KafkaTestUtils

Ungrouped