Scott Kidder

Results 19 issues of Scott Kidder

Resolves ZOOKEEPER-4398 by adding an optional metric configuration property for a string prefix for all Zookeeper metric names. It's common to have Prometheus metrics scoped to a namespace by using...

Fixes #253 Adds the `status` object schema to the CRD to address problems with newer releases of Kubernetes (e.g. 1.20+) that validate CRD data. This might not be required in...

Newer versions of Kubernetes (e.g. 1.20+) perform type-validation of data written to the CRD. The CRD for the Flink operator currently does not define a schema for the `status` object....

Fixes #250 Resolves CRD validation errors in Kubernetes 1.20+ for `nodeSelector` values.

Fixes #1659 When returning a request URI, check whether it begins with a query (i.e. `?`), in which case we should apply a default path of `/`). This is required...

### Problem Description The FastHTTP client fails to set a default path (`/`) for request URIs that include only query parameters but no path. This behavior diverges from common web...

The `thumbhash_encoder_create` function includes a null-check on the return value from `new`; however, if `new` were to fail, the default behavior is to throw an `std::bad_alloc` exception rather than return...

This PR updates the operator to use Kubernetes 1.24 APIs, tested on Kubernetes 1.27. ## Changes 1. Updates project dependencies in `go.mod` to use the K8S 1.24 APIs 2. Updates...