urbandan commented on code in PR #17413:
URL: https://github.com/apache/kafka/pull/17413#discussion_r1792074479
##########
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConnector.java:
##########
@@ -105,6 +105,7 @@ public class MirrorSourceConnector extends SourceConnector {
private int replicationFactor;
private Admin sourceAdminClient;
private Admin targetAdminClient;
+ private boolean heartbeatsReplicationEnabled = true;
Review Comment:
okay, I removed the initialization
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]