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

Concise view

Type members

Classlikes

object Commit

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Commit.type
sealed trait Commit extends StableDiagnosticEvent

Attributes

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

Internal diagnostic events are events we advise you not to use/rely on in your apps. We may change/remove them at any time based on our internal needs.

Internal diagnostic events are events we advise you not to use/rely on in your apps. We may change/remove them at any time based on our internal needs.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class Poll(tpRequested: Set[TopicPartition], tpWithData: Set[TopicPartition], tpWithoutData: Set[TopicPartition]) extends DiagnosticEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Rebalance

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Rebalance extends StableDiagnosticEvent

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class RunloopEvent(command: Command) extends InternalDiagnosticEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Stable diagnostic events are events we consider stable so that you can use them in your apps if you want to.

Stable diagnostic events are events we consider stable so that you can use them in your apps if you want to.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Commit
class Failure
class Started
class Success
trait Rebalance
class Assigned
class Lost
class Revoked
class Request

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