Skullabs / kikaha

A fast middleware designed for microservices
https://skullabs.github.io/kikaha/
Apache License 2.0
59 stars 13 forks source link

Allow developers to Filter requests in a Servlet Filter fashion #148

Closed miere closed 8 years ago

miere commented 8 years ago

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:

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.

miere commented 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.

miere commented 8 years ago

@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