| Package | Description |
|---|---|
| net.soundvibe.kafka.config.producer |
| Modifier and Type | Method and Description |
|---|---|
static Acks |
Acks.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Acks[] |
Acks.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerConfigBuilder |
ProducerConfigBuilder.withAcks(Acks acks)
The number of acknowledgments the producer requires the leader to have received before considering a request complete.
|
Copyright © 2021. All rights reserved.