Done
Details
Details
Assignee
Mikhail Fokanov
Mikhail FokanovReporter
Illia Daliek
Illia DaliekLabels
Priority
Story Points
3
Sprint
None
Development Team
Core: Platform
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 10, 2021 at 3:17 PM
Updated May 20, 2021 at 1:15 PM
Resolved April 12, 2021 at 12:39 PM
Overview:
The functionality of streaming of jsons via http is used in mod-oai-pmh.
For vert.x 3.9.1 is works well.
After migration to vert.x 4.0.2 it fails on big ammount of data ethier using HttpClient or WebClient.
The documentation for this functionality is: https://vertx.io/docs/vertx-web-client/java/#_decoding_responses
This approach is used for WebClient:
Steps to Reproduce:
Make a request to any env and you will receive the next message with 500 error - http://okapi-bugfest-honeysuckle.folio.ebsco.com:443/inventory-hierarchy/updated-instance-ids?deletedRecordSupport=true&skipSuppressedFromDiscoveryRecords=true
Expected Results:
Normal response
Actual Results:
Error