Enum JsonSchemaKafkaRest.ProducerAcksEnum

java.lang.Object
java.lang.Enum<JsonSchemaKafkaRest.ProducerAcksEnum>
com.exoscale.sdk.model.JsonSchemaKafkaRest.ProducerAcksEnum
All Implemented Interfaces:
Serializable, Comparable<JsonSchemaKafkaRest.ProducerAcksEnum>, java.lang.constant.Constable
Enclosing class:
JsonSchemaKafkaRest

public static enum JsonSchemaKafkaRest.ProducerAcksEnum extends Enum<JsonSchemaKafkaRest.ProducerAcksEnum>
The number of acknowledgments the producer requires the leader to have received before considering a request complete. If set to 'all' or '-1', the leader will wait for the full set of in-sync replicas to acknowledge the record.