Francis Reynders
09/20/2023, 10:07 AMsimon.vergauwen
09/20/2023, 12:50 PMSchedule
, or CircuitBreaker
.Francis Reynders
09/20/2023, 12:58 PMsimon.vergauwen
09/20/2023, 1:15 PMsimon.vergauwen
09/20/2023, 1:16 PMFrancis Reynders
09/20/2023, 3:42 PMsimon.vergauwen
09/20/2023, 5:02 PMbuffer
though, and this example should be easily updatable to that. This encoding is actually simpler.
Let's say your rate limit allows 100 calls per second you can do. val limiter = Limiter(1.second, 100)
If you think this is useful we can add more complete like this to Arrow Resilience, for the cases that don't require something as complex as bucket4k. I've discussed this with @Alejandro Serrano.Mena in the past if I'm not mistaken 🤔