Packages

object Kafka

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

Type Members

  1. final case class EmbeddedKafkaService(embeddedK: EmbeddedK) extends Kafka with Product with Serializable
  2. final case class Ports(kafkaPort: Int, zookeeperPort: Int) extends Product with Serializable
  3. final case class Sasl(value: Kafka) extends AnyVal with Product with Serializable

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]) @IntrinsicCandidate() @native()
  6. val embedded: ZLayer[Any, Throwable, Kafka]

    Creates an in-memory Kafka instance with a random port.

  7. def embeddedWith(customBrokerProps: (Ports) => Map[String, String]): ZLayer[Any, Throwable, Kafka]

    Creates an in-memory Kafka instance with a random port.

    Creates an in-memory Kafka instance with a random port.

    customBrokerProps

    add/update broker properties

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val local: ULayer[Kafka]

    Will connect to a Kafka instance running on localhost:9092 (with Docker, for example).

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. val saslEmbedded: ZLayer[Any, Throwable, Sasl]

    Creates an in-memory Kafka instance with a random port and SASL authentication configured.

  18. def saslEmbeddedWith(customBrokerProps: (Ports) => Map[String, String]): ZLayer[Any, Throwable, Sasl]

    Creates an in-memory Kafka instance with a random port and SASL authentication configured.

    Creates an in-memory Kafka instance with a random port and SASL authentication configured.

    customBrokerProps

    add/update broker properties

  19. val sslEmbedded: ZLayer[Any, Throwable, Kafka]

    Creates an in-memory Kafka instance with a random port and SSL authentication configured.

  20. def sslEmbeddedWith(customBrokerProps: (Ports) => Map[String, String]): ZLayer[Any, Throwable, Kafka]

    reates an in-memory Kafka instance with a random port and SSL authentication configured.

    reates an in-memory Kafka instance with a random port and SSL authentication configured.

    customBrokerProps

    add/update broker properties

  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. case object DefaultLocal extends Kafka with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped