Thomas Strömberg
Thomas Strömberg
If someone wants to take this on, it's pretty simple: * Copy an existing persistence driver like https://github.com/google/triage-party/blob/master/pkg/persist/postgres.go * Replace all the `m.db` calls with the appropriate TiKV calls. For...
Thanks! * `cleanup()` is more of a bad hack than an important feature. With TiKV, you can simply set an expiration time for keys to keep them from filling up...
OK. Let's skip `cleanup()`, as it's a private function and not necessary. TTL's aren't necessary either, as they are not part of the API. For an initial iteration, I say...
I'm temporarily going to back the PR out because I can't seem to get it to compile: ``` ~/s/triage-party tikv-cleanup $… go run cmd/server/main.go Mon May 11...
Once https://github.com/etcd-io/etcd/pull/11881 is merged, this may just work. Alternatively, selecting a version of `cloudsqlproxy` and `tikv` of the same age will likely work as well, but I couldn't get it...
I personally think this sounds like a great idea.
Great idea. I think we can make this general enough so that it auto-reloads if the config file changes -- as config maps are seen as a flat file to...
In addition to the `members` section in the Triage Party, what do you think about an additional `members-from` declaration, that allows a file and/or URL? `members-from: https://raw.githubusercontent.com/kubernetes/minikube/master/OWNERS` Initially it would...
@MushuEE - I think there is a lot of value in having a page which is centered around the current user. For instance, which PR's or issues they haven't followed...
I wholeheartedly endorse this idea. Help wanted!