Bartlomiej Plotka

Results 324 issues of Bartlomiej Plotka

feature / improvement

``` grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: Error while dialing dial tcp : i/o timeout"; Reconnecting to {: {}} ```

bug

Error wraps are too verbose. E.g: ``` errors.Wrapf(err, "error on updating routing on event %v", event)` ``` Can be reduce to just: ``` errors.Wrapf(err, "update routing on event %v", event)`...

help wanted
feature / improvement

This will allow to have TLS passthrough on all hops. However it requires [Go client supporting](https://github.com/golang/go/issues/11332) HTTP CONNECT, which is scheduled to be in [Go 1.10](https://tip.golang.org/doc/go1.10#net/http) release.

feature / improvement

Similar to https://github.com/improbable-eng/kedge/blob/master/proto/kedge/config/http/routes/adhoc.proto we could potentially implement gRPC adhoc rules bases on authority.

feature / improvement

There are some strong use cases to give fine-grained control over what permissions are needed for each individual route. * For **OIDC** it will be just expected permissions per certain...

feature / improvement

Just an idea: But it would be amazing to contain some service like `e2e.Runnable` or instrumented `e2e.Runnable` in a declarative, mutable state. Ideally, something that speaks a common language like...

Repro: * `make run-example` * Ctrl+C Logs (after interrupt): ``` ^C14:48:03 Killing query-1 14:48:03 sidecar-2: level=info name=sidecar-2 ts=2021-07-24T11:48:03.676445174Z caller=main.go:167 msg="caught signal. Exiting." signal=interrupt 14:48:03 sidecar-2: level=warn name=sidecar-2 ts=2021-07-24T11:48:03.676527331Z caller=intrumentation.go:54 msg="changing...

Sorry for starting :fire: again.. (: I find this quite confusing that if I make a mistake like this, so use a field that is not defined before, there is...