Sasha Yakovtseva

Results 42 issues of Sasha Yakovtseva

Even though consul returns services sorted by "near" property it all gets overridden with [this](https://github.com/mbobakov/grpc-consul-resolver/blob/master/consul.go#L125) line. It doesn't affect application when one uses round robin balancer, but with pick_first this...

1. Introduce common errors for each CLI call

TechnicalDebt

As discussed with @cclerget there have been some discussion towards this already. That will be extremely useful for Singularity-CRI.

FeatureRequest

Hi, One thing which can make prototool even better is custom config path. In large projects there may be many configs for different tools and it would be extremely convenient...

Hello, The most recent image at https://hub.docker.com/r/direvius/yandex-tank is two years old. Could you update them with the latest Tank version, please? I've tries to build new image myself, but get...

See https://github.com/opencontainers/runtime-spec/blob/master/specs-go/config.go#L182. To specify common type for group of constants [iota](https://golang.org/doc/effective_go.html#constants) is usually used. To fix this issue you should explicitly specify LinuxNamespaceType for each constant in a group.

Hello @slok, I've added custom labels support for my project and now I see that this may be the solution for #47. Also did tiny tests cleanup during my work....