Toader Sebastian

Results 29 comments of Toader Sebastian

@weeco I agree with using metadata labels supporting additional labels on metrics published by Kafka Minion should be done through the service monitor deployed by the Helm chart. That's is...

> @weeco I agree with using metadata labels supporting additional labels on metrics published by Kafka Minion should be done through the service monitor deployed by the Helm chart. That's...

@karthiknagraj currently only `spec.cruiseControlConfig.nodeSelector` is supported for deploying CC pod to specific nodes.

@dobrerazvan if you terminate TLS at Ingress level that client certificates (presented by the client app) won't be passed to brokers which breaks client certificate based authentication. How can you...

@dobrerazvan kafka acls mechanism reads the `subject` field of the client certificate to identify the client application in order to determine what topics it has access to. This is why...

Will you make the TLS termination at Ingress level configurable (like a passthrough mode etc) such that those users who rely on client certificate based authentication and authorization can still...

@zaidenwerg could you describe the use case global PVC names would be needed across multiple Kubernetes clusters for Kafka? cc @pregnor @hi-im-aren @bartam1 @amberimam @panyuenlau @Kuvesz

Unfortunately, we don't have openshift clusters at hand to test this, and can't tell when we'll have. Would you take a look at it and submit a PR?

@amuraru what do you think about relying on Yaml anchors and aliases (https://www.educative.io/blog/advanced-yaml-syntax-cheatsheet#anchors) for composing parts of the yaml from existing parts (to be more in line with yaml standards)?...

@AndrewBoklashko support for pre-provisioned volumes has been added to `koperator`(see https://banzaicloud.com/docs/supertubes/kafka-operator/pre-provisioned-volumes/). This feature is currently available on `master` branch and will be included into the next release. cc @pregnor @hi-im-aren