Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

ClientResponseConverter JSON reading improvement #260

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 7 years ago

The results contains improvements from https://github.com/Cognifide/knotx/issues/256. 2017-02-09_11h07_14

tomaszmichalak commented 5 years ago

This is not valid any more, the current implementation assumes that all Knots consumes fragments one by one (like in Mar-Reduce strategy, see https://github.com/tomaszmichalak/vertx-rx-map-reduce). More technical details in Unit tests: https://github.com/Knotx/knotx-knot-engine/blob/master/core/src/test/java/io/knotx/engine/core/KnotEngineTest.java.