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

Knot.x Gateway API refactor #367

Closed tomaszmichalak closed 6 years ago

tomaszmichalak commented 6 years ago

Knot.x Gateway API requires significant architecture changes in the future (a streaming processing is not allowed now). Now we should consider smaller refactroing fixes:

Currently we use KnotProxy to code a Gateway module.

This approach has some benefits:

Some disadvantages:

tomaszmichalak commented 6 years ago

This is handled in https://github.com/Cognifide/knotx/issues/430. Closing the ticket.