Acks

fs2.kafka.Acks
See theAcks companion object
sealed abstract class Acks

The available options for ProducerSettings#withAcks.

Available options include:
- Acks#Zero to not wait for any acknowledgement from the server,
- Acks#One to only wait for acknowledgement from the leader node,
- Acks#All to wait for acknowledgement from all in-sync replicas
.

Attributes

Companion
object
Source
Acks.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article