Max Neverov
Max Neverov
# One-line summary Retain topics infinitely if retention time is configured to -1. Fix for https://github.com/zalando/nakadi/issues/1121 ## Review - [ ] Tests - [ ] Documentation
**Describe the bug** Got `Cannot mix str and non-str arguments` when performing a failover on unhealthy cluster. **To Reproduce** Create a cluster with 1 leader & 1 replica. The cluster...
Previously, a regular user could get superuser role by overwriting `array_eq` operator in public schema: ```sql create function public.array_eq(text[], text[]) returns boolean language sql as $_$ alter user with superuser;...
Currently, when a template with cloud init is used the latter overrides commands in the template. For example `multipass launch docker --name dckr --cloud-init cloud-config.yaml` where cloud-config.yaml is defined as:...
### What do you want to happen? Kubebuilder works as expected when I initialize a project and generate webhooks with: ```sh kubebuilder init kubebuilder create api --group foogroup --version v1beta1...
### What broke? What's expected? When using go `v1.22` `kubebuilder create api` results in NPE. Related to https://github.com/kubernetes-sigs/controller-tools/issues/880. ### Reproducing this issue Steps to reproduce: 0. Install go `v1.22` ```sh...
# Improve documentation ## Link https://supabase.github.io/supautils/installation/ ## Describe the problem When I follow the instructions above I get errors from PG. ## Describe the improvement Documentation that describes prerequisites, like...
### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...
Starting from kubernetes 1.24 ServiceAccount secrets are no [longer created by default](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#urgent-upgrade-notes): `The LegacyServiceAccountTokenNoAutoGeneration feature gate is beta, and enabled by default. When enabled, Secret API objects containing service account...
## What this PR does / why we need it: This PR introduces `client` package for `client-header-` and `client-body-` related annotations. This is the first step to add `client-body-timeout` annotations....