Re: request.required.acks in Async Mode
request.required.acks and producer.mode (sync or async) are orthogonal configs, i.e. with async mode, the producer.send() call itself will not be blocking on acks from the servers, but its async sending thread will still be blocked for acks, and if it fails to send out the messages due to, say, tim
request.required.acks in Async Mode
Hi, I wanted to know if request.required.acks has a meaning in async mode ? If so what value should it be set to. Thanks & regards, Harshvardhan Chauhan