DiagnosticEvent

zio.kafka.consumer.diagnostics.DiagnosticEvent
See theDiagnosticEvent companion trait

Attributes

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

Members list

Type members

Classlikes

object Commit

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Commit.type
sealed trait Commit extends DiagnosticEvent

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
class Started
class Success
object Finalization

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Finalization extends DiagnosticEvent

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConsumerFinalized.type
object RunloopFinalized.type
object SubscriptionFinalized.type
final case class Poll(tpRequested: Set[TopicPartition], tpWithData: Set[TopicPartition], tpWithoutData: Set[TopicPartition]) extends DiagnosticEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Rebalance

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Rebalance.type
sealed trait Rebalance extends DiagnosticEvent

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Assigned
class Lost
class Revoked
final case class Request(partition: TopicPartition) extends DiagnosticEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror