strimzi-kafka-operator icon indicating copy to clipboard operation
strimzi-kafka-operator copied to clipboard

Apache Kafka® running on Kubernetes

Results 420 strimzi-kafka-operator issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** I recently completed an upgrade from Strimzi version 0.27.1 and Kafka 2.8 to Strimzi 0.29.0 and Kafka 3.2. My existing topics seem to be working correctly, but...

bug
needs-triage
waiting-for-user

The OpenTracing project was archived by CNCF and the new tracing project in the landscape is now [OpenTelemetry](https://opentelemetry.io/). We should add the support for OpenTelemetry on Kafka Connect, Mirror Maker...

enhancement

**Describe the bug** During our testing, we found strange behavior of TopicOperator, when we want to set "forbidden settings" - like decreasing number of partitions or setting `min.insync.replicas` to an...

bug
topic operator

**Describe the bug** I was trying out `topologySpreadConstraints` on our testing environment. I added the following configuration for broker: ``` topologySpreadConstraints: - maxSkew: 1 topologyKey: topology.kubernetes.io/zone whenUnsatisfiable: ScheduleAyway labelSelector: matchExpressions:...

bug

When scaling MM2 down to zero, its PDB has fixed `maxUnavailable: 1` and this causes warnings when draining the K8s node. ``` # before $ kubectl get po NAME READY...

question
needs-triage

Please consider adding support for strimzi using kafka new Quorum system and removal of zookeeper [link](https://cwiki.apache.org/confluence/display/KAFKA/KIP-631%3A+The+Quorum-based+Kafka+Controller) This is still not 'production ready' as stated by confluence, but starting to support...

enhancement
KRaft

**Is your feature request related to a problem? Please describe.** Many infrustructures deny PDB creations for users, so operator will face issues. There should be an option to disable podDisruptionBudget...

enhancement
help wanted
needs-proposal

**Suggestion / Problem** I tried to use TLS using an encrypted private keys using the documentation below. It turns out the issue that I had was because I was using...

help wanted
documentation

**Is your feature request related to a problem? Please describe.** We run [Harbor](https://goharbor.io/) for our internal container registry, and it's secured using an internal-only self-signed Root CA. In general that...

enhancement
help wanted
needs-proposal

We need documentation on the `api` module, including typical use cases and some basic examples.

enhancement
help wanted
documentation