Jack

Results 6 comments of Jack

It seems like `onFailure` or `onSuccess` won't give me information about whether the limits triggered. It seems like maybe I could add a metric about firings or add an event...

Maybe adding an event for cycle completion would allow me to decide whether to change the ratelimit based off what happened since the last time that even fired? ```java /**...

hi @RobWin Thank you for your response! I like the video and I'm very excited about the branch you shared! I see from the video that: * Concurrent call limits...

That makes sense about the Bulkhead. It seems like a very good fit for an API. An adaptive ratelimiter inside a client is what I'm looking at. I think you're...

`SLOW_START` and `CONGESTION_AVOIDANCE` seem really good to me. People like the TCP algorithm so it helps adoption to have a similar design, too. Maybe the state machine could be decoupled...