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** when using env config provider on kafka connect to get a db password for a KafkaConnector (MongoSourceConnector) i made some syntax mistakes, when trying to figure out...

bug
needs-triage

**Is your feature request related to a problem? Please describe.** Before generating an optimization proposal, Cruise Control needs to collect a number of metric samples to build a model of...

enhancement
cluster-balancing
developer-documentation

The `KafkaAssemblyOperatorMockTest` tests should be updated to use `StrimziPodSets` either by adding new tests or updating the existing.

We should make it easier to _discover_ all of our CRD. Currently, in the `api` module, we have already some methods which provide the CRD Java classes (e.g. [the `CRDS`...

enhancement
help wanted
needs-triage

**Is your feature request related to a problem? Please describe.** I'm using [Renovate](https://github.com/renovatebot/renovate) to update dependencies. Renovate [supports docker label `org.opencontainers.image.source`](https://github.com/renovatebot/renovate/pull/2907) to point to source and add the release notes...

enhancement
help wanted
good-start

Kubernetes supports _paged_ listing resources (e.g. https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#list-62). When reconciling all topics we need to fetch all the `KafkaTopics` and currently we do this in the naive way fetching the whole...

enhancement
topic operator

Currently the topic controller supports ConfigMaps having a `replicas` key, which is used to declare the replication factor of a topic. This is only partially supported currently: changes to the...

enhancement
topic operator
needs-proposal

I'm using Strimzi on AWS EKS with the [VPC CNI](https://docs.aws.amazon.com/eks/latest/userguide/pod-networking.html) which means my pod IPs are routable and accessible from outside of the Kubernetes cluster. Ideally like to be able...

enhancement
help wanted
needs-proposal

**Describe the bug** The strimzi-kafka-operator helm chart provides the `image.imagePullSecrets` value to set image pull secret used by the Operator Deployment config. However, it only accepts a single value which...

bug
help wanted
helm-chart

Apache Kafka provides the `connections.max.reauth.ms` [1] configuration parameter which can be set at broker level so applied on all listeners or even on a specific listener only. Currently, Strimzi doesn't...

enhancement
help wanted
needs-proposal