zio.kafka.testkit

Members list

Type members

Classlikes

final case class EmbeddedKafkaStartException(msg: String, cause: Throwable) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait Kafka

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Kafka

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Kafka.type
trait KafkaRandom

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

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/

Attributes

Supertypes
trait ZIOApp
class Object
trait Matchable
class Any
Show all