strimzi-kafka-operator
strimzi-kafka-operator copied to clipboard
Apache Kafka® running on Kubernetes
**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...
**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...
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`...
**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...
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...
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...
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...
**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...
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...