aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-0728-1179/+123
* 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-0727-27/+27
|/
* 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
* | Merge pull request #18408 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-254-49/+86
|\|
| * Avoid race with NPE outcome eduring concurrent completionJon Marius Venstad2021-06-251-1/+2
| * Propagate last retried result when aborting execution (and fix shutdown)Jon Marius Venstad2021-06-251-31/+55
| * Error response is not neceesarily a _parse_ exceptionJon Marius Venstad2021-06-251-1/+1
| * Lower log level in HttpRequestStrategyJon Marius Venstad2021-06-252-8/+8
| * All exceptional failures are now exceptionsJon Marius Venstad2021-06-242-9/+21
* | Fix invalid single document parsingBjørn Christian Seime2021-06-251-1/+1
|/
* Address reeview :)Jon Marius Venstad2021-06-241-0/+25
* More CLI print optionsJon Marius Venstad2021-06-243-3/+3
* Implement dryrun in FeedClient, use it from CLI and Hadoop feederBjørn Christian Seime2021-06-243-1/+49
* Use system default trust/key managers if no credentials providedBjørn Christian Seime2021-06-241-9/+30
* Support concatenated JSON objects as feed formatJon Marius Venstad2021-06-231-7/+5
* Different log level for different errorsJon Marius Venstad2021-06-231-7/+21
* Set explicit port when -1Jon Marius Venstad2021-06-231-1/+6
* Try MinimalH2AsyncClient (which is optimized for multiplexing)Jon Marius Venstad2021-06-231-29/+25
* Use more robust throughput calculation with less overheadJon Marius Venstad2021-06-222-42/+36
* More aggressive default settingsJon Marius Venstad2021-06-212-3/+3
* Update abi spec, and simplifyJon Marius Venstad2021-06-211-5/+3
* Some adjustments and fix int -> float division, try dynamic throttlerJon Marius Venstad2021-06-212-10/+10
* Use a static throttler for nowJon Marius Venstad2021-06-211-1/+1
* Weight throughput higherJon Marius Venstad2021-06-211-1/+1