Kevin Pullin
Kevin Pullin
Similar to https://github.com/confluentinc/common/pull/341, change the pom's repository value to `https` as now required by default with newer versions of maven (3.8.1+, ref: https://issues.apache.org/jira/browse/MNG-7118).
## Problem Currently the `behavior.on.null.values` config option allows for two options: `ignore` and `fail`. This means that null valued tombstone messages are either dropped from the output stream or cause...
## What changes were proposed in this pull request? This PR adds support for configuring a pod's `serviceAccountName`. ## How was this patch tested? This was tested through our terraform...
## What changes were proposed in this pull request? This PR adds the ability to define a deployment's `strategy` for the `kafka-connect` chart. Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy ## How was this patch...
This is largely a clone of the Actix Logger middleware's `exclude` and `exclude_regex` APIs.
The `response.Body` from the first `http.Get()` call in `NewBearer()` is not closed. This leaks connections to the `registry` server and can result in substantial memory usage, as the registry allocates...
Summary ======= We observe connection failures to `SQL Server Multi-Subnet Clusters` when the sql client application is running inside an ambient mesh and connecting to SQL Servers outside of the...