Packages

p

zio.kafka

producer

package producer

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

Type Members

  1. type ByteRecord = ProducerRecord[Array[Byte], Array[Byte]]
  2. trait Producer extends AnyRef
  3. final case class ProducerSettings(bootstrapServers: List[String], closeTimeout: zio.Duration, sendBufferSize: Int, properties: Map[String, AnyRef]) extends Product with Serializable
  4. trait Transaction extends AnyRef
  5. trait TransactionalProducer extends AnyRef
  6. final case class TransactionalProducerSettings extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped