A Go library for maintaining fair resource distribution in multi-tenant systems using a randomized algorithm with constant memory usage. It's designed to be a "fit-and-forget" solution requiring minimal tuning or operational overhead. FAIR aims to prevent heavy hitters from monopolizing resources while ensuring that well-behaved clients get their fair share.
Very interesting and looking forward to trying this. I am a big fan of SFB for this type of stuff but haven't seen anything in distributed space that's beyond a science project. Would be great if I can use it on my 10k+ user web site.