twobeeb edited a comment on pull request #9589:
URL: https://github.com/apache/kafka/pull/9589#issuecomment-728593310


   @ryannedolan @hachikuji 
   If I understand correctly, when setting up a link A->B.enabled=true (with 
defaults settings regarding heartbeat), it creates a topic heartbeat which 
produces beats on B
   
   I figured it was the other way around, so that the topic could be picked up 
by replication process, leading to a replicated topic B.heartbeat (which we 
monitor actually). 
   
   Looking into my configuration, I now understand that I was lucky because I 
have one link going up back up ``replica_OLS->replica_CENTRAL`` which is now 
the single emitter of beats (which are then replicated in every other cluster)
   
   Reading the KIP led me to interpret that the production of heartbeat would 
be done within the same herder (the source one)  : 
   > Internal Topics
   > MM2 emits a heartbeat topic in each source cluster, which is replicated to 
demonstrate connectivity through the connectors.
   
   Wouldn't it make more sense to produce the beats into the source side of the 
replication ?


----------------------------------------------------------------
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.

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


Reply via email to