aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Expand)AuthorAgeFilesLines
* unify java warningsArne H Juul2022-01-061-5/+0
* Ensure "retried" has partial result by syncing with result thread between ret...Jon Marius Venstad2021-12-171-11/+20
* Use user specified timeout for client timeout as wellJon Marius Venstad2021-12-144-11/+20
* Remove unused inner classJon Marius Venstad2021-12-141-18/+0
* Time out requests after 200sJon Marius Venstad2021-12-131-9/+37
* Remove abi-spec pluginMorten Tokle2021-12-071-4/+0
* Move abi-specMorten Tokle2021-12-071-391/+0
* Extract vespa-feed-client-api module from vespa-feed-clientMorten Tokle2021-12-0738-1669/+162
* Update abi specJon Marius Venstad2021-11-231-0/+1
* Stabilise unit testJon Marius Venstad2021-11-221-3/+4
* Default to a circuit breaker with no doom periodJon Marius Venstad2021-11-222-9/+21
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-10/+1
* Update execute -> mutate with '+=', '-=' and '='Henning Baldersheim2021-10-251-1/+0
* Correct copyright headersJon Bratseth2021-10-201-1/+1
* Add missiung copyrightsJon Bratseth2021-10-202-1/+3
* Merge pull request #19509 from vespa-engine/jonmv/fix-docid-parse-bugv7.481.18Jon Marius Venstad2021-10-113-11/+79
|\
| * Fix document id parse bug in feed clientJon Marius Venstad2021-10-113-11/+79
* | Update Verizon Media copyright notices.gjoranv2021-10-0737-37/+37
|/
* 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-125-12/+23
* Add detail to circuit breaker failuresJon Marius Venstad2021-08-115-7/+23
* 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-303-0/+41
* Parse tracese properlyJon Marius Venstad2021-06-282-10/+52
* Update ABI specJon Marius Venstad2021-06-281-1/+2
* Ensure we propagate FeedExceptionJon Marius Venstad2021-06-281-2/+15
* Expand JSON readere buffer when too small for current documentJon Marius Venstad2021-06-282-3/+24
* Test and fix removes in JSON feed parserJon Marius Venstad2021-06-283-28/+84
* Actually reject new operations after close() is calledJon Marius Venstad2021-06-281-0/+3
* More tests for feed clientJon Marius Venstad2021-06-282-5/+69
* Merge pull request #18412 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-2510-109/+125
|\
| * Update more ABI specJon Marius Venstad2021-06-251-1/+1
| * Add interface that was moved upJon Marius Venstad2021-06-251-0/+33
| * Move stuff around, change some doc, default benchmark onJon Marius Venstad2021-06-259-108/+91
* | Merge pull request #18408 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-259-80/+192
|\|
| * 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-252-38/+137
| * Error response is not neceesarily a _parse_ exceptionJon Marius Venstad2021-06-251-1/+1
| * Lower log level in HttpRequestStrategyJon Marius Venstad2021-06-253-8/+9
| * Update abi specJon Marius Venstad2021-06-241-2/+1
| * All exceptional failures are now exceptionsJon Marius Venstad2021-06-245-31/+43
* | Fix invalid single document parsingBjørn Christian Seime2021-06-252-13/+40
|/
* Update abi spec and expected test outputJon Marius Venstad2021-06-241-0/+12
* Address reeview :)Jon Marius Venstad2021-06-241-0/+25