Closed tomaszmichalak closed 6 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.
Adapter: https://github.com/Cognifide/knotx/pull/341/files
Fixed in https://github.com/Cognifide/knotx/pull/370
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.