You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "jiwei (Jira)" <ji...@apache.org> on 2020/09/04 03:36:00 UTC

[jira] [Created] (KAFKA-10461) The config of closing heartbeat is invalid.

jiwei created KAFKA-10461:
-----------------------------

             Summary: The config of closing heartbeat is invalid.
                 Key: KAFKA-10461
                 URL: https://issues.apache.org/jira/browse/KAFKA-10461
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
    Affects Versions: 2.6.0
            Reporter: jiwei
         Attachments: image-2020-09-04-11-29-58-624.png

public static final String EMIT_HEARTBEATS_ENABLED = EMIT_HEARTBEATS + ENABLED_SUFFIX;
private static final String EMIT_HEARTBEATS_ENABLED_DOC = "Whether to emit heartbeats to target cluster.";

When I set it "false", it dosen‘t work! 

!image-2020-09-04-11-29-58-624.png|width=448,height=260!

While the value of interval is "-1", method stopped.await(-1) will return false. Then MirrorHeartbeatTask will emit heartbeat one by one endlessly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)