Acks

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.
Companion:
object
class Object
trait Matchable
class Any