summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src
Commit message (Collapse)AuthorAgeFilesLines
* Compute benchmark stats differenceJon Marius Venstad2021-06-302-0/+38
|
* Parse tracese properlyJon Marius Venstad2021-06-282-10/+52
|
* 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-259-87/+117
|\ | | | | Move stuff around, change some doc, default benchmark on
| * Add interface that was moved upJon Marius Venstad2021-06-251-0/+33
| |
| * Move stuff around, change some doc, default benchmark onJon Marius Venstad2021-06-258-87/+84
| |
* | Merge pull request #18408 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-258-78/+191
|\| | | | | Jonmv/vespa feed client
| * 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
| |
| * All exceptional failures are now exceptionsJon Marius Venstad2021-06-245-31/+43
| |
* | Fix invalid single document parsingBjørn Christian Seime2021-06-252-13/+40
|/
* 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-242-9/+54
| | | | Previously it initialized custom managers that trusted no-one if no CA certificates where provided.
* Support concatenated JSON objects as feed formatJon Marius Venstad2021-06-232-7/+49
|
* 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
|
* Keep number of documents in test.Jon Marius Venstad2021-06-221-1/+1
|
* Use more robust throughput calculation with less overheadJon Marius Venstad2021-06-223-43/+37
|
* 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-213-12/+12
|
* Use a static throttler for nowJon Marius Venstad2021-06-211-1/+1
|
* Weight throughput higherJon Marius Venstad2021-06-211-1/+1
|
* Make throttler test scenario more tricky, and print statsJon Marius Venstad2021-06-212-4/+17
|
* Update abi specJon Marius Venstad2021-06-211-2/+2
|
* Add Throttler interfaceJon Marius Venstad2021-06-214-41/+172
|
* Retry some more exceptions thrown by apacheJon Marius Venstad2021-06-211-3/+7
|
* Map exception at higher abstraction level where document id is knownBjørn Christian Seime2021-06-162-2/+10
|
* Report exceptional feed failures as FeedException.Bjørn Christian Seime2021-06-1610-116/+190
| | | | | | Change signature of ResultCallback to use FeedException. Rename 'JsonParseException' => 'OperationParseException'. Add exception for response/result parse failure.
* Simplify JsonStreamFeederExampleBjørn Christian Seime2021-06-151-32/+3
| | | | | Use FeedClient.stats() instead of manual book-keeping. Include document id in error messages.
* Add 3 examplesBjørn Christian Seime2021-06-153-0/+269
| | | | The two more complex examples are copied from vespa-http-client documentation.
* Update abi specJon Marius Venstad2021-06-151-1/+1
|
* Make it configurable wheethere to benchmark clientJon Marius Venstad2021-06-152-2/+9
|
* Remove jetty and okhttp impementationsJon Marius Venstad2021-06-152-248/+0
|
* Add JavadocBjørn Christian Seime2021-06-147-0/+38
|
* Export Javadoc + monitor for ABI changesBjørn Christian Seime2021-06-141-0/+9
|
* Revert to apache clientJon Marius Venstad2021-06-141-1/+1
|
* Avoid jumpy clock for latency measurementsJon Marius Venstad2021-06-141-2/+2
|
* Clean up importsJon Marius Venstad2021-06-141-19/+0
|
* Revert "Merge pull request #18232 from ↵Jon Marius Venstad2021-06-147-27/+172
| | | | | | | vespa-engine/revert-18231-jonmv/vespa-feed-client" This reverts commit eb8b2a1d15596df8487ff855934297152fee5e92, reversing changes made to 67412c3c00fae41f1ce24b9e47a24c41128475f2.
* Revert "Jonmv/vespa feed client"Arnstein Ressem2021-06-147-172/+27
|