summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Use optimal defaults for number clients/streams in vespa-feed-clientBjørn Christian Seime2022-12-121-2/+2
* Revert "Limit max inflight from outside apache client"Harald Musum2022-12-121-2/+2
* Limit max inflight from outside apache clientjonmv2022-12-091-2/+2
* Handle old servers in handshakejonmv2022-12-083-15/+21
* Read response body, not request bodyjonmv2022-12-071-2/+4
* ABI spec and backwards compatibilityjonmv2022-12-071-23/+37
* Parse error responsesjonmv2022-12-072-18/+46
* 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
* Revert "Replace with <>"jonmv2022-08-191-1/+1
* Replace with <>jonmv2022-08-191-1/+1
* Vary starting endpoint, to ensure pinging different ones when first is downjonmv2022-08-191-6/+11
* Interleave endpoints, rather than repeat in blocksjonmv2022-08-191-2/+2
* Correct parameter, and add version restriction to helpjonmv2022-08-111-1/+1
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-112-2/+12
* Build vespa-feed-client as multi-release JARBjørn Christian Seime2022-07-152-5/+19
* Wait a while for bunchmark thread to write stats before shutting it downjonmv2022-06-291-1/+11
* Add proxy option to vespa-feed-clientBjørn Christian Seime2022-03-282-12/+17
* Effectively join benchmark thread before re3ading statsJon Marius Venstad2022-02-111-2/+2
* Wait for results to be done processing before returning from closeJon Marius Venstad2022-02-041-0/+9
* provide TlsDetailsFactoryArne H Juul2022-02-011-0/+6
* Use user specified timeout for client timeout as wellJon Marius Venstad2021-12-143-3/+12
* Remove unused inner classJon Marius Venstad2021-12-141-18/+0
* Time out requests after 200sJon Marius Venstad2021-12-131-9/+37
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-0726-1178/+120
* Default to a circuit breaker with no doom periodJon Marius Venstad2021-11-222-9/+21
* Update execute -> mutate with '+=', '-=' and '='Henning Baldersheim2021-10-251-1/+0
* Merge pull request #19509 from vespa-engine/jonmv/fix-docid-parse-bugv7.481.18Jon Marius Venstad2021-10-112-11/+25
|\
| * Fix document id parse bug in feed clientJon Marius Venstad2021-10-112-11/+25
* | Update Verizon Media copyright notices.gjoranv2021-10-0726-26/+26
|/
* Merge pull request #19280 from vespa-engine/bratseth/cleanup-876Harald Musum2021-09-271-5/+6
|\
| * No functional changesJon Bratseth2021-09-241-5/+6
* | E.g. invalid documents should not be reported to circuit breakerJon Marius Venstad2021-09-241-1/+1
|/
* Exceptions yield no proper HTTP responseJon Marius Venstad2021-09-141-1/+1
* Stable error count, improve metric names and formattingJon Marius Venstad2021-08-252-5/+17
* Use overloads for http error response / io exceptionJon Marius Venstad2021-08-123-7/+16
* Add detail to circuit breaker failuresJon Marius Venstad2021-08-114-6/+21
* Use 10s grace before half-open circuit breakerJon Marius Venstad2021-08-101-1/+1
* Log more verbosely and on higher level from circuit breakerJon Marius Venstad2021-08-101-2/+6
* Return completed futures without marking as inflightJon Marius Venstad2021-08-101-2/+2
* Compute benchmark stats differenceJon Marius Venstad2021-06-301-0/+32
* Parse tracese properlyJon Marius Venstad2021-06-281-3/+17
* Ensure we propagate FeedExceptionJon Marius Venstad2021-06-281-2/+15
* Expand JSON readere buffer when too small for current documentJon Marius Venstad2021-06-281-3/+23
* Test and fix removes in JSON feed parserJon Marius Venstad2021-06-282-8/+30
* Actually reject new operations after close() is calledJon Marius Venstad2021-06-281-0/+3
* More tests for feed clientJon Marius Venstad2021-06-281-1/+1
* Merge pull request #18412 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-257-79/+114
|\
| * Add interface that was moved upJon Marius Venstad2021-06-251-0/+33
| * Move stuff around, change some doc, default benchmark onJon Marius Venstad2021-06-256-79/+81