James Roper

Results 100 issues of James Roper

You can remove a cluster from your kubectl configuration by running `kubectl config delete-cluster`, and this will succeed even if a context referring to that cluster exists. kubectl will then...

Working with custom resources in Skuber is very difficult due to parse errors being fatal. Skuber assumes that parsing will always be successful, and doesn't offer any opportunity to handle...

As https://github.com/jetty-project/jetty-alpn/issues/22 shows, the OpenJDK patch version can't always reliably be used to determine which alpn boot version should be used, due to distributions backporting security fixes to patch versions...

[Stackdriver treats fields with name `severity` specially](https://cloud.google.com/stackdriver/docs/solutions/gke/managing-logs). Being able to tell the `JsonLayout` to name the level field `severity` would make integration with Stackdriver simpler (wouldn't have to extend `JsonLayout`...

I noticed a number of TODO comments questioning whether max send size checking should be applied to message data prior to compression, or on the payload (ie, post compression). I...

P2
Status: Requires Reporter Clarification
Type: Internal Cleanup

If the gRPC client connects to an HTTP/1.1 server, either because we're using HTTP/2 over plain text (h2c), or because the server doesn't support ALPN and the gRPC client [still...

Status: Help Wanted
P2
Type: Feature

JSON Web Keys (JWK) is a mechanism for distributing keys in JSON format. While JWK is more about keys, while cert-manager is more about certificates, JWK can definitely be used...

lifecycle/stale

Sometimes you want to work with a StatusReply in the context of monadic processing with Try, Either or Option, rather than always pattern matching on it. This provides convenience methods...

I would like to work with a sub flow as a stream of sources. A use case for doing this is streaming a single big file into many small files....

t:stream
discuss

In most HTTP applications, a StackOverflowError, while usually a bug, is generally benign from a security perspective. It typically only affects the request being handled, and results in that request...