Closed imod closed 2 years ago
You're totally right : a condition is missing on a task execution. The condition is there to check that Kafka
resource should be absent for to realize this the client should still connect to the cluster and issue an API request on Strimzi CRD!
I've checked the test clusters we're running on and it appears that Strimzi CRD is always there even for tests with external broker... I'm gonna fix this.
I would like microcks to connect to an existing Kafka instance, but I fail to get this working. I use the following CRD:
But in the operator logs I see this:
Failed to find exact match for kafka.strimzi.io/v1beta2.Kafka
Which I do understand: I don't have strimzi installed - I want microcks to use my own Kafka installation. What am I doing wrong?