We have a "Kerberized Kafka cluster" running brokers version Apache Kafka 0.11.This cluster is managed by a different team and we dont have any control over this.
We are now trying to install Kafka Connect cluster on our own K8S cluster.
We were following this compatibility matrix https://docs.confluent.io/current/installation/versions-interoperability.html
According to this, we had to stick with Confluent Platform 3.3.3 images for Schema Registry and Kafka Connect pods since the Brokers version is 0.11
Also we want to enable Connect JMX metrics which was implemented here : https://cwiki.apache.org/confluence/display/KAFKA/KIP-196%3A+Add+metrics+to+Kafka+Connect+framework
According to the documentation these JMX metrics are supported in Kafka 1.0.0
Questions are:
1) Can we use latest Confluent images (eg: version 5.2.0) with Kafka Brokers version 0.11?
2) With current setup (Confluent 3.3.3) I have enabled all the JMX metrics but we don't see any Kafka Connector based metrics. I see general Kafka Connect metrics, but not metrics per each Connector(eg. Source and Sink metrics).Is this because of the old CP version we use ?