aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Expand)AuthorAgeFilesLines
...
* 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-244-1/+50
* Use system default trust/key managers if no credentials providedBjørn Christian Seime2021-06-242-9/+54
* 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-212-5/+18
* 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-212-2/+38
* 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-1611-131/+221
* Simplify JsonStreamFeederExampleBjørn Christian Seime2021-06-151-32/+3
* Add 3 examplesBjørn Christian Seime2021-06-153-0/+269
* Update abi specJon Marius Venstad2021-06-152-15/+2
* Make it configurable wheethere to benchmark clientJon Marius Venstad2021-06-152-2/+9
* Remove jetty and okhttp impementationsJon Marius Venstad2021-06-153-265/+0
* Add JavadocBjørn Christian Seime2021-06-147-0/+38
* Export Javadoc + monitor for ABI changesBjørn Christian Seime2021-06-143-0/+350
* 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 vespa-engine/revert-18231-jonmv/vespa-...Jon Marius Venstad2021-06-148-27/+177
* Revert "Jonmv/vespa feed client"Arnstein Ressem2021-06-148-177/+27
* Try OkHttpClientJon Marius Venstad2021-06-141-1/+1
* One (single-conn) Jetty client per specified connectionJon Marius Venstad2021-06-141-7/+4
* Support OKHttpJon Marius Venstad2021-06-142-0/+151
* Expose circuit breaker state, to let user close client from outsideJon Marius Venstad2021-06-146-19/+21
* Revert to apacheJon Marius Venstad2021-06-111-1/+1
* Set headers from original requestJon Marius Venstad2021-06-111-13/+15
* Set proper SSLContext on Jetty clientJon Marius Venstad2021-06-111-1/+1
* Use Jetty for vespa-feed-clientJon Marius Venstad2021-06-114-2/+134
* Create URL without apacheJon Marius Venstad2021-06-112-29/+28
* Move logic for constructing SSLContext to builderBjørn Christian Seime2021-06-102-18/+17
* Add builder methods accepting X509Certificate and PrivateKeyBjørn Christian Seime2021-06-103-2/+72
* Rename variables and add shared config validationBjørn Christian Seime2021-06-102-16/+18
* Represent parsing failure as JsonParseExceptionBjørn Christian Seime2021-06-102-54/+76
* Add method to feed single JSON documentBjørn Christian Seime2021-06-102-0/+56
* Move client stub to separate classBjørn Christian Seime2021-06-101-35/+40
* Hide client library behind HttpRequest and HttpResponseJon Marius Venstad2021-06-1010-100/+158
* Print response, not requestJon Marius Venstad2021-06-102-3/+4
* Throw FeedException on handler errorsJon Marius Venstad2021-06-103-45/+88