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

**Describe the bug** A hardware failure brought one of our brokers down and strimizi kept restarting it which made it impossible for the broker to recover the unflushed log segments....

bug
needs-proposal
KafkaRoller

Signed-off-by: prmellor - Documentation Updates the content for _Distribute Tracing_ in the _configuring_ guide. Adds doc for OpenTelemetry. Updates the tracing procedures to show the differences in steps required for...

documentation
peer-review-needed
sme-review-needed
do-not-merge

Today, Strimzi has the [_3rd party libraries_ mechanism](https://github.com/strimzi/strimzi-kafka-operator/tree/main/docker-images/artifacts/kafka-thirdparty-libs) to add additional libraries to the Kafka classpath. They are downloaded separately and copied into the Kafka's `libs` directory when building the...

enhancement
help wanted
needs-proposal

Hi, I would like to discuss about the ingress settings for kafka brokers/bootstrap. Our setup is like as User (bootstrap.test.com)--->F5 VIP (SSL Terminate here)--->Apache Reverse Proxy--->Nginx Ingress Controller As per...

**Describe the bug** Strimzi (latest) If a kafka is deleted (kafka CR removed), it is possible for KafkaRoller to continue to try act on the kafka for many minutes, needlessly,...

bug
cluster operator
needs-proposal
KafkaRoller

Currently the `KafkaRoller` logging when a pod is deleted is rather sparse, like this: ``` 2021-07-09 11:57:14 WARN AbstractOperator:516 - Reconciliation #33(timer) Kafka(namespace-0/my-cluster-1516560308): Failed to reconcile io.strimzi.operator.cluster.operator.resource.KafkaRoller$FatalProblem: Error while waiting...

enhancement
cluster operator
needs-proposal
KafkaRoller

**Describe the bug** We use ArgoCD as our deployment tool to launch Kafka, KafkaTopics, KafkaUsers, and our other apps. We ran into a situation where ArgoCD kept deleting "Secret" resources...

bug
help wanted
needs-proposal

**Describe the bug** When working with a large number of Kafka clusters that are managed by Strimzi, if one the cluster is deleted during the reconcile cycle (default every 2mins)...

bug
needs-proposal

**Describe the bug** I'm using topic-operator module only without the cluster operator. I see this intermittently that when the kafkatopic resources are created, it doesn't come into ready state until...

bug
topic operator

**Describe the bug** The main problem is when we want to run `testClusterCaRemovedTriggersRollingUpdate` with CO's operationTimeout set to 30s. The test itself (the procedure itself too) is successful on OCP3.11,...

bug
help wanted