Package

zio.kafka

client

Permalink

package client

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

Type Members

  1. type BlockingTask[A] = ZIO[Blocking, Throwable, A]

    Permalink
  2. type ByteArrayProducer = KafkaProducer[Array[Byte], Array[Byte]]

    Permalink
  3. type ByteArrayProducerRecord = ProducerRecord[Array[Byte], Array[Byte]]

    Permalink
  4. final case class CommittableRecord[K, V](record: ConsumerRecord[K, V], offset: Offset) extends Product with Serializable

    Permalink
  5. class Consumer extends AnyRef

    Permalink
  6. class ConsumerAccess extends AnyRef

    Permalink
  7. case class ConsumerSettings(bootstrapServers: List[String], groupId: String, clientId: String, closeTimeout: Duration, extraDriverSettings: Map[String, AnyRef], pollInterval: Duration, pollTimeout: Duration, perPartitionChunkPrefetch: Int) extends Product with Serializable

    Permalink
  8. type JOffsetMap = Map[TopicPartition, OffsetAndMetadata]

    Permalink
  9. sealed trait Offset extends AnyRef

    Permalink
  10. sealed trait OffsetBatch extends AnyRef

    Permalink
  11. final case class OffsetBatchImpl(offsets: Map[TopicPartition, Long], commitHandle: (Map[TopicPartition, Long]) ⇒ Task[Unit]) extends OffsetBatch with Product with Serializable

    Permalink
  12. final case class OffsetImpl(topicPartition: TopicPartition, offset: Long, commitHandle: (Map[TopicPartition, Long]) ⇒ Task[Unit]) extends Offset with Product with Serializable

    Permalink
  13. type OffsetMap = Map[TopicPartition, OffsetAndMetadata]

    Permalink
  14. class Producer[R, K, V] extends AnyRef

    Permalink
  15. case class ProducerSettings(bootstrapServers: List[String], closeTimeout: Duration, extraDriverSettings: Map[String, AnyRef]) extends Product with Serializable

    Permalink
  16. case class Runloop(fiber: Fiber[Throwable, Unit], deps: Deps) extends Product with Serializable

    Permalink
  17. class SubscribedConsumer extends AnyRef

    Permalink
  18. sealed trait Subscription extends AnyRef

    Permalink

Value Members

  1. object CommittableRecord extends Serializable

    Permalink
  2. object Consumer

    Permalink
  3. object ConsumerAccess

    Permalink
  4. object EmptyOffsetBatch extends OffsetBatch with Product with Serializable

    Permalink
  5. object OffsetBatch

    Permalink
  6. object Producer

    Permalink
  7. object Runloop extends Serializable

    Permalink
  8. object Subscription

    Permalink
  9. package diagnostics

    Permalink
  10. package serde

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped