GitHub user enixon opened a pull request:
https://github.com/apache/zookeeper/pull/684
ZOOKEEPER-3180: Add response cache to improve the throughput of read â¦
â¦heavy traffic
Introduces a ResponseCache that interacts with ServerCnxn to cache the
serialized response for getData requests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/enixon/zookeeper response-cache
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/684.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #684
----
commit 4e2f5a3ae0ef59b09fce9c835af13b5776d656c4
Author: Brian Nixon <nixon@...>
Date: 2018-10-31T19:11:54Z
ZOOKEEPER-3180: Add response cache to improve the throughput of read heavy
traffic
Introduces a ResponseCache that interacts with ServerCnxn to cache the
serialized response for getData requests.
----
---