-
Bug
-
Resolution: Done
-
Major
-
1.4.0.GA
-
None
-
None
The idea is that when both KafkaConnect and KafkaConnectS2I with the same name exist, the connector reconciliation will be done only for KAfkaconnect which takes precedence. However, the condition in the Kafka Connect S2I operator works in a way that when no Kafkaconnect is found, the reconciliation of connector is skipped. And only when KafkaConnect with the same name exists it will be done. This PR fixes it and does it the right way.