David Weitzman
David Weitzman
At the moment seems like you'd have to modify config.yaml. I'm also interested in the idea of a pluggable quota interface that could query an external database. A yaml file...
Seems like a practical compromise might be to have a fixed-sized buffer for each config that can hold a sample of real-world key/value pairs that were matched during particular time...
My thought for the short term is to factor out an interface for reporting stats so that all the direct dependencies on the gostats library can be isolated within one...
That makes sense to me. I'll update the diff when I have some time.
Updated with `tls-mode=preferred`. I didn't add `tls-mode=required` since that would be the same as `tls=true`. Removing `tls=true` would be a breaking change that probably won't happen anytime soon, and it...
> Is there any update on getting this feature added? Seems like the maintainers are open to reviewing code, if you're open to implementing it. I filed this issue to...
> As this timeout would happen mostly when the system is under duress, it would be better to still continue to execute the query on the replica itself and return...
> 2. The topology could change (split / merge / table migration / etc) in between the write and the read, which would invalidate any routing information embedded in the...
There was an old PR for this: https://github.com/vitessio/vitess/pull/4722