Merge pull request #1874 from ibuenros/allow-disable-global-throttling
Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/a080ad84 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/a080ad84 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/a080ad84 Branch: refs/heads/master Commit: a080ad8437041990b82eccae8a3e70c1ca200799 Parents: 725a082 82b5b2d Author: Abhishek Tiwari <[email protected]> Authored: Sat Jul 29 01:03:25 2017 -0700 Committer: Abhishek Tiwari <[email protected]> Committed: Sat Jul 29 01:03:25 2017 -0700 ---------------------------------------------------------------------- .../util/limiter/BatchedPermitsRequester.java | 11 +- .../RedirectAwareRestClientRequestSender.java | 5 +- .../util/limiter/RestliLimiterFactoryTest.java | 121 +++++++++++++++++++ .../limiter/broker/SharedLimiterFactory.java | 14 ++- 4 files changed, 146 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/a080ad84/gobblin-restli/gobblin-throttling-service/gobblin-throttling-service-client/src/main/java/gobblin/util/limiter/RedirectAwareRestClientRequestSender.java ----------------------------------------------------------------------
