Jonathan Whitaker
Jonathan Whitaker
@buraksezer any guidance on this?
Also adding this log output as a recommended field to include in the Bug report in our Github issue templates 👍 Having this information can help us better troubleshoot community...
@adriantam we have a bug with the config. * If you set `--request-timeout=20ms` and leave all other configs at their defaults, then the server starts up just fine. * If...
- [ ] todo: add protobuf doc to every protobuf message and field as appropriate. - [ ] todo: add required field specifications and other protobuf annotations for OpenAPI generation
@poovamraj we can't break config like this without an appropriate deprecation period. If we want to rename config values, that's great, but we need to roll it out in with...
Related to https://github.com/grpc-ecosystem/go-grpc-prometheus/issues/75, but reviving since that repository is now deprecated.
> Sounds like the consensus in the other thread is that adding `grpc_code` would be too much, but that having a success/failure signal would be nice. I don't know enough...
@alee792 releases `v1.3.8` through `v1.3.10` have been building up in preparation for a bigger feature release `v1.4.0` which we just released today. As part of this development we had to...
@wilerson the upgrade from `v1.3.7` to >= `v1.4.0`, unfortunately, is a big upgrade with incompatibility on the gRPC client front. If you want a 0 downtime rolling deploy for the...
I think we need to revisit what the API experience should be here and make it uniform across the two APIs as much as possible. Today StreamedListObjects and ListObjects differ...