RE: In Flight Requests

2014-12-18 Thread Orelowitz, David
...@confluent.io] Sent: Thursday, December 18, 2014 5:04 PM To: users@kafka.apache.org Subject: Re: In Flight Requests Hi David, Each request sent to Kafka gets acknowledged. The protocol allows multiple requests to be sent on a connection without waiting on a connection. The number of requests

Re: In Flight Requests

2014-12-18 Thread Jay Kreps
Hi David, Each request sent to Kafka gets acknowledged. The protocol allows multiple requests to be sent on a connection without waiting on a connection. The number of requests currently awaiting acknowledgement is the in flight request count. By default once there are five unacknowledged requests