Closed miere closed 8 years ago
This issue came from a discussion with @nchiring at #145 issue. I'm waiting for the closure of #145 to define the Definition Of Done of this issue.
@nchiring I just updated this issue with a definition of done. I do think this week we will have this issue closed. I'll release a beta-release of Kikaha in order to allow you to easily test this feature. I would appreciate if you give a honest feedback, okay?
Regards
Context
Developers should be able to intercept, handle, change or trace requests through an API inspired by the Servlet API's Filter.
Definition of Done
Developers should:
Known Caveats:
Developers should still take care of the time consumed to execute the Filter logic once it is under IO threads. For blocking operations, developers should execute it on Worker threads.