Derrick J. Wippler
Derrick J. Wippler
I'm considering a fork.
## Purpose Replaces #107 with a more flexible multi cluster system. Rate limits requests can now include a **Replica Group** which includes a list of clusters to which the rate...
Release Candidate 1 is available [here](https://github.com/mailgun/gubernator/releases/tag/v1.0.0-rc.1) with the following todo's implemented ## TODO - [x] #55 Refactor public ABI interface to be consistent with new features. - [x] #50 /v1/HealthCheck...
## Purpose * In production we are seeing 300ms response times during very high volumes. (Response times are usually in the 2-5ms range) * Profile the distribution hit updates when...
Create a implementers README with information on how to properly implement and manage a gubernator persistent store.
I like what you have built here, It's almost exactly what we need! We at mailgun have been using https://github.com/mailgun/holster/tree/master/syncutil for quite some time. However, there are two things missing...
CHANGES: * Introduced HTTPClient * Integrating DUH-RPC * Updated tests with new client * Fixed some lint issues * GRPC is no more * OTEL tracing for new client and...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### Proposal When a requested value is not found in the local or hot cache within `groupcache`, the system performs a consistent hash on the key to determine which instance...
This would work just like mailgun/gubernators `PeerClient` which would wait a few microseconds and batch requests together in a single request. This technique has dramatically improved throughput of gubernator, I...