Acks

fs2.kafka.Acks
See theAcks companion class
object Acks

Attributes

Companion
class
Source
Acks.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Acks.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Source
Acks.scala