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

BlockingKnotProxy / BlockingAdapterProxy #340

Closed tomaszmichalak closed 6 years ago

tomaszmichalak commented 7 years ago

Some APIs we integrate with provide only sync methods. It means that we need to use blocking operations in our Knots and Adapters. This task should provide some kind of template how to write our modules correctly.

tomaszmichalak commented 7 years ago

Adapter: https://github.com/Cognifide/knotx/pull/341/files

tomaszmichalak commented 6 years ago

Fixed in https://github.com/Cognifide/knotx/pull/370