Topic config properties that should not be replicated. Supports comma-separated property names and regexes.
Type: | list |
---|---|
Default: | follower\.replication\.throttled\.replicas,leader\.replication\.throttled\.replicas,message\.timestamp\.difference\.max\.ms,message\.timestamp\.type,unclean\.leader\.election\.enable,min\.insync\.replicas |
Valid Values: | |
Importance: | high |
Topics to replicate. Supports comma-separated topic names and regexes.
Type: | list |
---|---|
Default: | .* |
Valid Values: | |
Importance: | high |
Excluded topics. Supports comma-separated topic names and regexes. Excludes take precedence over includes.
Type: | list |
---|---|
Default: | mm2.*\.internal,.*\.replica,__.* |
Valid Values: | |
Importance: | high |
ConfigPropertyFilter to use. Selects topic config properties to replicate.
Type: | class |
---|---|
Default: | org.apache.kafka.connect.mirror.DefaultConfigPropertyFilter |
Valid Values: | |
Importance: | low |
Timeout when polling source cluster.
Type: | long |
---|---|
Default: | 1000 (1 second) |
Valid Values: | |
Importance: | low |
Whether to store the new offset of the replicated records in offset-syncs topic or not. MirrorCheckpointConnector will not be able to sync group offsets or emit checkpoints if emit.checkpoints.enabled and/or sync.group.offsets.enabled are enabled while emit.offset-syncs.enabled is disabled.
Type: | boolean |
---|---|
Default: | true |
Valid Values: | |
Importance: | low |
Whether to replicate the heartbeats topics even when the topic filter does not include them. If set to true, heartbeats topics identified by the replication policy will always be replicated, regardless of the topic filter configuration. If set to false, heartbeats topics will only be replicated if the topic filter allows.
Type: | boolean |
---|---|
Default: | true |
Valid Values: | |
Importance: | low |
The location (source/target) of the offset-syncs topic.
Type: | string |
---|---|
Default: | source |
Valid Values: | [source, target] |
Importance: | low |
Replication factor for offset-syncs topic.
Type: | short |
---|---|
Default: | 3 |
Valid Values: | |
Importance: | low |
How out-of-sync a remote partition can be before it is resynced.
Type: | long |
---|---|
Default: | 100 |
Valid Values: | |
Importance: | low |
Whether to periodically check for new topics and partitions.
Type: | boolean |
---|---|
Default: | true |
Valid Values: | |
Importance: | low |
Frequency of topic refresh.
Type: | long |
---|---|
Default: | 600 |
Valid Values: | |
Importance: | low |
Replication factor for newly created remote topics.
Type: | int |
---|---|
Default: | 2 |
Valid Values: | |
Importance: | low |
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
Type: | boolean |
---|---|
Default: | true |
Valid Values: | |
Importance: | low |
Frequency of topic ACL sync.
Type: | long |
---|---|
Default: | 600 |
Valid Values: | |
Importance: | low |
Whether to periodically configure remote topics to match their corresponding upstream topics.
Type: | boolean |
---|---|
Default: | true |
Valid Values: | |
Importance: | low |
Frequency of topic config sync.
Type: | long |
---|---|
Default: | 600 |
Valid Values: | |
Importance: | low |
TopicFilter to use. Selects topics to replicate.
Type: | class |
---|---|
Default: | org.apache.kafka.connect.mirror.DefaultTopicFilter |
Valid Values: | |
Importance: | low |