You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Onur Karaman (JIRA)" <ji...@apache.org> on 2017/09/14 17:43:00 UTC

[jira] [Created] (KAFKA-5894) add the notion of max inflight requests to async ZookeeperClient

Onur Karaman created KAFKA-5894:
-----------------------------------

             Summary: add the notion of max inflight requests to async ZookeeperClient
                 Key: KAFKA-5894
                 URL: https://issues.apache.org/jira/browse/KAFKA-5894
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Onur Karaman
            Assignee: Onur Karaman


ZookeeperClient is a zookeeper client that encourages pipelined requests to zookeeper. We want to add the notion of max inflight requests to the client for several reasons:
# to bound memory overhead associated with async requests on the client.
# to not overwhelm the zookeeper ensemble with a burst of requests.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)