Acks

object Acks
Companion:
class
Source:
Acks.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Acks.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete fields

val All: Acks

Option to wait for acknowledgement from all in-sync replicas when producing records.

Option to wait for acknowledgement from all in-sync replicas when producing records.

Source:
Acks.scala
val One: Acks

Option to only wait for acknowledgement from the leader node when producing records.

Option to only wait for acknowledgement from the leader node when producing records.

Source:
Acks.scala
val Zero: Acks

Option to not wait for any acknowledgement from the server when producing records.

Option to not wait for any acknowledgement from the server when producing records.

Source:
Acks.scala