You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/01/03 16:33:30 UTC

[GitHub] [kafka] Migueljfs commented on pull request #6295: KIP-382: MirrorMaker 2.0

Migueljfs commented on pull request #6295:
URL: https://github.com/apache/kafka/pull/6295#issuecomment-1004211004


   I can't seem to find the new metrics mentioned in the KIP.
   Like @michael-trelinski said above, I've tried both kafka.connect.mirror / kafka.mirror.connect AND MirrorSourceConnector / MirrorSourceConnect and all combinations of them but still I don't see the mirror domain the respective mbeans.
   
   I installed JMXTERM on my mirror-maker pod and this is what I got:
   
   Domains:
   ```
   $>domains
   #following domains are available
   JMImplementation
   com.sun.management
   java.lang
   java.nio
   java.util.logging
   jdk.management.jfr
   kafka.connect
   kafka.consumer
   kafka.producer
   ```
   
   Beans for connect:
   ```
   #domain = kafka.connect:
   kafka.connect:client-id=connect-1,node-id=node--1,type=connect-node-metrics
   kafka.connect:client-id=connect-1,node-id=node-7,type=connect-node-metrics
   kafka.connect:client-id=connect-1,type=app-info
   kafka.connect:client-id=connect-1,type=connect-coordinator-metrics
   kafka.connect:client-id=connect-1,type=connect-metrics
   kafka.connect:client-id=connect-1,type=kafka-metrics-count
   kafka.connect:id="west->central",type=app-info
   kafka.connect:id=connect-1,type=app-info
   kafka.connect:type=app-info
   kafka.connect:type=connect-worker-metrics
   kafka.connect:type=connect-worker-rebalance-metrics
   kafka.connect:type=kafka-metrics-count
   #domain = kafka.consumer:
   ```
   
   As you can see, no mentions of "mirror" of any kind anywhere.
   
   Anyone able to help me understand what's going on?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org