edoardocomar commented on a change in pull request #10221: URL: https://github.com/apache/kafka/pull/10221#discussion_r658091005
########## File path: connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorConnectorConfig.java ########## @@ -202,6 +205,10 @@ 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; + private static final String OFFSET_SYNCS_TOPIC_LOCATION = "offset-syncs.topic.location"; + private static final Object OFFSET_SYNCS_TOPIC_LOCATION_DEFAULT = SOURCE_CLUSTER_ALIAS_DEFAULT; + private static final String OFFSET_SYNCS_TOPIC_LOCATION_DOC = "The location of the offset-syncs topic."; + Review comment: coud be a bit more verbose ? "The location (source/target) of the offset-syncs topic." -- 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