zio.kafka.consumer

Members list

Concise view

Type members

Classlikes

final case class CommittableRecord[K, V](record: ConsumerRecord[K, V], offset: Offset)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Consumer

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Consumer

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class ConsumerSettings(bootstrapServers: List[String], properties: Map[String, AnyRef], closeTimeout: Duration, pollInterval: Duration, pollTimeout: Duration, perPartitionChunkPrefetch: Int, offsetRetrieval: OffsetRetrieval, rebalanceListener: RebalanceListener, restartStreamOnRebalancing: Boolean)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case object EmptyOffsetBatch extends OffsetBatch

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class InvalidSubscriptionUnion(subscriptions: Seq[Subscription]) extends RuntimeException

Attributes

Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed trait Offset

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Offset

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Offset.type
sealed trait OffsetBatch

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object EmptyOffsetBatch.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

A subset of Consumer methods available during rebalances.

A subset of Consumer methods available during rebalances.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Live

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

ZIO wrapper around Kafka's ConsumerRebalanceListener to work with Scala collection types and ZIO effects

ZIO wrapper around Kafka's ConsumerRebalanceListener to work with Scala collection types and ZIO effects

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Subscription

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Manual
class Pattern
class Topics

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type