Zachary M. Train
Zachary M. Train
We need to upgrade grpc past v1.29.1. Are there any plans or efforts underway to make this compatible with `grpc` v1.30.0 and above (e.g. `grpc` v1.40.0). This is one of...
Notes from discussion today: * migration guide should be up as early as possible prior to enforcement release * we should add a feature flag to re-enable "log-only" mode in...
This reminds me of old memcache. Could we implement a distributed write-through cache? As in something like: * maintain a cache distribution stream among all spire-server peers * when any...
> Implementing a custom distributed cache in SPIRE would be a pretty huge undertaking that I think would add more complexity than is necessary for a solution to this problem....
What about implementing registration synchronization as a Merkle tree?
FWIW, the logrus maintainers recommend using something like zap as the logrus project is now in maintenance mode. See https://githubhelp.com/sirupsen/logrus.
Some overlap server-side with HSM support: #525
I might resolve this another way that doesn't require this change.
Uber Go style should clarify ordering for type declarations and methods in files with multiple types
Although https://github.com/uber-go/guide/blob/master/style.md#functional-options is somewhat a special case, the guidance there reads easily. My vote would be for guidance something like: ``` const sharedConsts ... var sharedVars ... type sharedTypesWithoutConstructorsIOrMethods... type1......
We are keenly interested in the open telemetry fix recently merged to the 3.5 release branch: https://github.com/etcd-io/etcd/pull/14312. Is there an ETA for 3.5.5 yet?