Kafka - Producers
Which Kafka producer configuration controls how long the producer waits before sending a batch, even if the batch is not full?
linger.ms sets the maximum time the producer waits before sending a batch, allowing more messages to accumulate.batch.size controls batch size, acks controls acknowledgment, and max.in.flight.requests.per.connection controls request concurrency.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions