Rafael da Fonseca
Rafael da Fonseca
Fixes a bottleneck to concurrent processing caused by the handleMessages() function by offloading most of the processing handled by this function to the processMessage() workers, and avoiding an additional data...
Unlike helm chart deployments of NATS-server, it's not possible to effectively specify cluster name to the NATS-server pods. Although this name is passed to the operator, it's only left in...
Currently it's not possible to use the go.etcd.io/etcd/tests/v3/integration module, in any version of 3.5 if another module in the project uses an updated version of OpenTelemetry. Trying to run "go...
Initial draft for RFC about global objects
Please ensure your pull request adheres to the following guidelines: - [x] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [x] All code is covered by unit and/or...
- improve some logs - fix nuid being incorrectly generated
Provides the ability for sharing a provider across namespaces. Provides the ability for multiple alerts to share the same provider and post to different channels. This avoids having to create...
Every time the image-reflector-controller pod goes down for any reason, it isn't waiting for running reconciliations to finish, and propagates an immediate context cancellation to the running contexts. This causes...