aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src/main/java/ai/vespa/feed/client/impl/HttpFeedClient.java
Commit message (Expand)AuthorAgeFilesLines
* Update HTTP request timeout parameter as time passesjonmv2024-05-281-5/+8
* Revert "Merge pull request #31265 from vespa-engine/revert-31233-jonmv/reset-...jonmv2024-05-211-7/+16
* Revert "Merge pull request #31266 from vespa-engine/revert-31228-jonmv/feed-r...jonmv2024-05-211-3/+6
* Revert "Retry requests within retry count limit OR grace period (default 10s)"Jon Marius Venstad2024-05-211-6/+3
* Revert "Replace Jetty client when tripping circuit breaker"Jon Marius Venstad2024-05-211-16/+7
* Merge pull request #31233 from vespa-engine/jonmv/reset-jetty-client-on-circu...Jon Marius Venstad2024-05-211-7/+16
|\
| * Actually remove inflight from resettable cluster (just count)jonmv2024-05-211-8/+14
| * Replace Jetty client when tripping circuit breakerjonmv2024-05-161-7/+10
* | Nano time, and add timeout in timeout messagejonmv2024-05-211-2/+2
|/
* Retry until timeout, with default lots of retriesjonmv2024-05-161-3/+6
* Avoid methods deprecated in jackson 2.17.1Henning Baldersheim2024-05-061-2/+2
* Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-061-2/+2
* Avoid deprecated methods.Henning Baldersheim2024-05-061-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove Apache based implementationBjørn Christian Seime2023-07-131-11/+1
* Enable Jetty client by defaultBjørn Christian Seime2023-07-101-1/+1
* Enable experimental feeder through feature flagBjørn Christian Seime2023-07-051-1/+12
* Increase timeout and add some more to exception message when connection failsHarald Musum2023-06-051-2/+5
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-4/+6
* Handle old servers in handshakejonmv2022-12-081-9/+15
* Read response body, not request bodyjonmv2022-12-071-2/+4
* ABI spec and backwards compatibilityjonmv2022-12-071-23/+37
* Parse error responsesjonmv2022-12-071-17/+40
* Revert url-encoder changejonmv2022-12-071-1/+6
* Perform a dummy operation when setting up feed client, to catch configuration...jonmv2022-12-071-28/+56
* Correct parameter, and add version restriction to helpjonmv2022-08-111-1/+1
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-111-2/+5
* Use user specified timeout for client timeout as wellJon Marius Venstad2021-12-141-1/+2
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-071-0/+229