Vilius Okockis

Results 12 comments of Vilius Okockis

Any updates here? we really need this.

just now, noticed that https://github.com/wal-g/wal-g this has configuration regarding kms. maybe that is related

https://github.com/vitessio/vitess/blob/v19.0.3/go/vt/topo/tablet.go#L553 when default 30s contex timeout is reached, this error chages from partial result to `context deadline exceeded` even for successful `tabletInfo` result. When ctx changed to basic `context.Background`, I...

Just slightly modified tests provided in reproduction steps are used. The code is collapsed in issue definition. ```proto // Service Vtctl allows you to call vt commands through gRPC. service...

@mattlord We have some non golang services which depend on vtctld grpc api to perform some actions. Vtctld does not expose the "new" api. Do you have plans to change...

> @DeathBorn I don't think I understand. Perhaps you're not including it in the `--service_map` flag for the `vtctld` instance? Like this: > > ``` > vtctld ... --service_map 'grpc-vtctl,grpc-vtctld'...