aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | 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-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 ↵Jon Marius Venstad2021-06-148-27/+177
| | | | | | | 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-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
|
* Use stats aggregated by clientJon Marius Venstad2021-06-102-3/+11
|
* Add teest for HttpRequestStrategy and HttpFeedClient, and fix minor bugsJon Marius Venstad2021-06-095-6/+213
|
* Actually wire in benchmarkingJon Marius Venstad2021-06-091-1/+1
|
* Rename to OperationStats and make publicJon Marius Venstad2021-06-099-100/+121
|
* Update JsonFeederTest to read from fileJon Marius Venstad2021-06-091-42/+54
|