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 - Task ### Description This PR adds support for Kafka 3.3.0 and removes support for 3.1.x versions. It is currently based on the RC2 and is...

add ingress-tcp external listener type to expose kafka throught ingress controller using tcp config ### Type of change - Enhancement / new feature ### Description If you - don't want...

### Type of change - Enhancement / new feature ### Description This PR fixes #7021 adding the support for OpenTelemetry in the operator by enabling it on Kafka Connect, MM...

Signed-off-by: Lukas Kral ### Type of change - Enhancement / new feature ### Description This PR adds test for LeaderElection feature, which checks if the leader is correctly change during...

needs review
System tests

Signed-off-by: prmellor **Documentation** Removes symlinks from the documentation. Replaces the symlinks with relative paths ### Checklist _Please go through this checklist and make sure all applicable tasks have been done_...

documentation
sme-review-needed

### Type of change _Select the type of your PR_ - Bugfix ### Description Update the TopicOperatorTest to fix problems with asynchronous tests being completed early before all assertions are...

Hi, i setup my Kafka system with an external Ingress listener: ``` listeners: - name: plain port: 9092 type: internal tls: false - name: tls port: 9093 type: internal tls:...

bug

Signed-off-by: morsak ### Type of change - Enhancement / new feature ### Description This PR adds a system test covering a mechanism for auto-approval of KafkaRebalance resources. More can be...

System tests

Signed-off-by: Jakub Stejskal ### Type of change - Bugfix ### Description This PR unifies the colors across Grafana dashboards for all pods returned by Prometheus queries. **Kafka Dashboard** ![image](https://user-images.githubusercontent.com/9933303/189359051-ec6aa3af-cefc-4c19-bca9-f9fd66656785.png) **Zookeeper...

monitoring

### Type of change - Refactoring ### Description Reviewing https://github.com/strimzi/strimzi-kafka-operator/pull/7338 I noticed a lot of repeated code about asserting values of various metrics. In each block asserting metrics there is...