Balint Molnar

Results 19 comments of Balint Molnar

We've just released an open-source Kafka operator which integrates Cruise Control, and would be very happy to receive some feedback. You can check out the repo [here](https://github.com/banzaicloud/kafka-operator).

Hi @Manicben Sorry for the delayed response, we are always happy to receive PRs. And of course an nginx-ingress controller are welcomed.

Hi @zaidenwerg please look my answer here how can you create manually your own PV and PVC for the operator. https://github.com/banzaicloud/koperator/issues/572#issuecomment-805668287

Hi @AndrewBoklashko sorry for the delayed response. We are considering your proposal to allow setting PVC metadata. In the mean time there is a workaround to your problem. The operator...

Hi @priyavj08 sorry for the delayed response. We are aware that the operator in some cases leaves some orphan instances in the cluster. For example if you are switching from...

If you are installing it for the first time please use `kubectl create`

Thanks for opening this issue. Can you confirm that during the deletion your kafka cluster is healthy and up and running? Also can you please share your KafkaCluster CR and...

Can you please check with the bundled `kafka-acls` shell script if these rules are still present inside Kafka? ``` - User:CN=myuser,Topic,LITERAL,my-topic,Describe,Allow,* - User:CN=myuser,Topic,LITERAL,my-topic,Create,Allow,* - User:CN=myuser,Topic,LITERAL,my-topic,Write,Allow,* - User:CN=myuser,Topic,LITERAL,my-topic,Read,Allow,* - User:CN=myuser,Group,LITERAL,*,Read,Allow,* ```...

Can you please share your kafkacluster CR for further debugging this issue? Thanks.

Thanks, since the `allow.everyone.if.no.acl.found=false` set to true kafka will not allow to list the ACLs for any user. That is why you are seeing the timeout exception when trying to...