refresh_topics_enabled boolean Refresh topics and partitions Whether to periodically check for new topics and partitions. Defaults to 'true'. |
refresh_topics_interval_seconds integer min: 1
max: 9223372036854776000 Frequency of topic and partitions refresh Frequency of topic and partitions refresh in seconds. Defaults to 600 seconds (10 minutes). |
refresh_groups_enabled boolean Refresh consumer groups Whether to periodically check for new consumer groups. Defaults to 'true'. |
refresh_groups_interval_seconds integer min: 1
max: 9223372036854776000 Frequency of group refresh Frequency of consumer group refresh in seconds. Defaults to 600 seconds (10 minutes). |
sync_group_offsets_enabled boolean Sync consumer group offsets Whether to periodically write the translated offsets of replicated consumer groups (in the source cluster) to __consumer_offsets topic in target cluster, as long as no active consumers in that group are connected to the target cluster |
sync_group_offsets_interval_seconds integer min: 1
max: 9223372036854776000 Frequency of consumer group offset sync Frequency at which consumer group offsets are synced (default: 60, every minute) |
emit_checkpoints_enabled boolean Emit consumer group offset checkpoints Whether to emit consumer group offset checkpoints to target cluster periodically (default: true) |
emit_checkpoints_interval_seconds integer min: 1
max: 9223372036854776000 Frequency of consumer group offset checkpoints Frequency at which consumer group offset checkpoints are emitted (default: 60, every minute) |
sync_topic_configs_enabled boolean Sync remote topics Whether to periodically configure remote topics to match their corresponding upstream topics. |
tasks_max_per_cpu integer Maximum number of MirrorMaker tasks (of each type) per service CPU 'tasks.max' is set to this multiplied by the number of CPUs in the service. |
offset_lag_max integer Maximum offset lag before it is resynced How out-of-sync a remote partition can be before it is resynced. |
groups string Comma-separated list of consumer groups to replicate Consumer groups to replicate. Supports comma-separated group IDs and regexes. |
groups_exclude string Comma-separated list of group IDs and regexes to exclude from replication Exclude groups. Supports comma-separated group IDs and regexes. Excludes take precedence over includes. |