urbandan commented on code in PR #17413:
URL: https://github.com/apache/kafka/pull/17413#discussion_r1794828416
##########
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorSourceConfig.java:
##########
@@ -88,6 +88,10 @@ public class MirrorSourceConfig extends
MirrorConnectorConfig {
private static final String OFFSET_LAG_MAX_DOC = "How out-of-sync a remote
partition can be before it is resynced.";
public static final long OFFSET_LAG_MAX_DEFAULT = 100L;
+ public static final String HEARTBEATS_REPLICATION_ENABLED =
"heartbeats.replication" + ENABLED_SUFFIX;
+ private static final String HEARTBEATS_REPLICATION_ENABLED_DOC = "Whether
to replicate the heartbeats topics even when the topic filter does not include
them.";
Review Comment:
Added more details to the doc of the config - is this ok, or too detailed?
--
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]