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

Hi, As is, the operator can't create CRDs if not given some permissions. Applying this makes it work (assuming you deploy on the default namespace) : Maybe some extra documentation...

Hi there, Is this project still active ? maintained ? What about the Confluent Operator that was promised and never delivered ? Do you guys have any link to it...

the name of the kafka cluster yaml was changed

when exec 'kubectl apply -f kafka-cluster.yaml', get the err as follow: error: unable to recognize "kafka-cluster.yaml": no matches for extensions/, Kind=Kafkacluster some info: Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.4" Server Version:...

There are no vendor directory under the project of the latest tagged version (0.2.0).How to use dep to generate the vendor directory?I see only the Gopkg.toml file has no Gopkg.lock...

The example does not run up to [How to use it] in readme.I met the following problem.Which is the specific version of docker image confluentinc/cp-kafka? # kubectl get pods NAME...

We have a test environment on GKE v1.7.8. Kafka server pods keep failing with exception: ```[2017-12-14 19:56:16,375] FATAL [KafkaServer id=1] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) org.apache.kafka.common.KafkaException:...

Are there any plan to expose metrics for the cluster state and the consumer lag as Prometheus metrics by default? Are you open for PRs for this features?

Image: "devth/k8s-labeler" is referenced in kafka.go which doesn't appear to be parameterized and isn't able to be referenced with with a private repository.