Acks

sealed abstract class Acks

The available options for ProducerSettings#withAcks.<br> <br> Available options include:<br>

  • Acks#Zero to not wait for any acknowledgement from the server,<br>
  • Acks#One to only wait for acknowledgement from the leader node,<br>
  • Acks#All to wait for acknowledgement from all in-sync replicas.
Companion
object
class Object
trait Matchable
class Any