[GitHub] kafka pull request #3743: KAFKA-5494: enable idempotence with max.in.flight....

2017-09-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3743 ---

[GitHub] kafka pull request #3743: KAFKA-5494: enable idempotence with max.in.flight....

2017-08-25 Thread apurvam
GitHub user apurvam opened a pull request: https://github.com/apache/kafka/pull/3743 KAFKA-5494: enable idempotence with max.in.flight.requests.per.connection > 1 Here we introduce client and broker changes to support multiple inflight requests while still guaranteeing idempotence.