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

Apache Kafka® running on Kubernetes

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

### Type of change - Enhancement / new feature ### Description This PR is an initial attempt at adding Server Side Apply (SSA) to the reconcile process, as per proposal...

Currently, when a pod is annotated for manual rolling update and the manual rolling update fails (for example because topics or the other controllers are not in-sync), it also fails...

bug

### Type of change - Refactoring ### Description Changes described by files: #### `TestConstants` and `TestStorage` Concerned mainly with new fields (added for smooth work with continuous clients) - `continuousProducerName`...

System tests

### Type of change Enhancement ### Description I added a `custom` `SASL_MECHANISM` so that the Topic Operator in standalone can be used to manage topics in `MSK` with `IAM` for...

### Related problem I am working with a component that uses the Kafka `topicId` to identify a topic. Locating a `KafkaTopic` CR for a given `topicId` requires an additional describe...

enhancement

We should prevent users from removing disks from a JBOD array that are not empty, as that can lead to data loss. This can be maybe implemented in a similar...

enhancement

In #9628 the assertion for "no errors logged in CO log" was fixed and all of the tests passed there, but it seems that the tests are producing some warnings/errors...

System tests

Currently, the Helm Chart sets by default no security context, and users who want to set it to something specific can do so through the values options. Ideally, we would...

helm-chart

### Related problem We are using Strimzi in GKE with CloudDNS and occasionally have issues with CloudDNS not propagating dns records for headless services. The issue breaks the cluster and...

enhancement
needs-proposal

### Related problem Currently in order to reset offsets one has to use the CLI/ rename the connector. ### Suggested solution It seems this is already implemented in later [versions...

enhancement
help wanted
needs-proposal