Martin Laporte

Results 24 comments of Martin Laporte

Well I kinda stuck on the question at the start, and forgot that I said I might at some point look at using Bindings instead of an Engine. I'll re-open...

I added an overload to `Require` (see #19). I think it's all that's needed, but I might be wrong - it's been a long day. I'll revisit this tomorrow but...

I know it kinda works with the current implementation, but maybe it's a bit on the heavy side just to limit a rate that is always expressed in "events per...

The more I think of it the more I realize that getting a good count for the number of *active* nodes will be tricky. For example, how do you avoid...

@Sytten has more details, but in order to implement reliable rate limiting (down to seconds) in a distributed fashion requires quick synchronization of the shared Redis storage, and this pushes...

Indeed! I saw the announcement during the weekend, and this looks like a very promising module. It would tie us to Redis though (unless we want to keep on maintaining...

Yeah, but please don't add an hard reference to Archaius in the core project.

Not sure I agree. The calling application already knows that a call is being throttled, and thus has all the liberty it wants to to whatever a trigger would, and...

I'm very much open to argumentation y'know :) Can you detail a bit more how handling throttling at the call level is bad for you? For my part, I'm worried...

I know it works against ADFS, and some contributor reported having it work with Azure if I remember correctly. There is a UT for Azure metadata too.