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

A Kafka Operator for Kubernetes

Results 32 kafka-operator issues
Sort by recently updated
recently updated
newest added

It should be possible to add an ImagePullSecret and the possibility to pull from different repos.

enhancement

Currently there is a quite some ugly bash code hacking in the kafka image to set advertised listener and broker id correctly. ``` Command: []string{"/bin/bash", "-c", fmt.Sprintf("export KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://$(hostname).%s.$(NAMESPACE).svc.cluster.local:9092; \n"+ "set...

Internal refactoring

Depends on #11 - [x] Informer for TPR KafkaCluster - [ ] Informer for STS

Internal refactoring

To make better usage of k8s scheduling concepts we should look build in anti affinity to the zookeeper nodes and potential other kafka clusters. Also take a look if it...

enhancement
concept phase

Since Kafka is highly sensitive to Network IO/Bandwidth a high priority would be to ensure it has the required resources. Currently is possible to set bandwidth limitations on a pod...

question
concept phase