David Weitzman
David Weitzman
Add a new "tls-mode=preferred" DSN parameter ### Description Separating "preferred" into its own parameter instead of making it a special value in the "tls=" parameter makes it possible to use...
Would be used as a precaution against being accidentally overly-aggressive when setting new rate limits on existing systems. It'd probably be useful if both real and check-only limits could co-exist...
The grpc [RateLimitService](https://github.com/envoyproxy/envoy/blob/main/api/envoy/service/ratelimit/v3/rls.proto) has only one method `ShouldRateLimit` and `hits_addend` is assumed to be 1 when no value has been explicitly set. **Why would a person want to get quota...
Checking in here before sending out code for this. The proposal is to add a setting like 'STATS_WITH_TAGS' that changes from reporting config stats like: `ratelimit.service.rate_limit.._..total_hits` `ratelimit.service.rate_limit...total_hits` To something more...
The documented consistency model is that master reads outside transactions have read-committed behavior (https://vitess.io/user-guide/scalability-philosophy/#consistency-model). This is not true in practice: query consolidation on master means that non-transactional master reads are...