For the complete documentation index, see
llms.txt .
Advanced parameters for Aiven for Apache Kafka® MirrorMaker 2 See the configuration options available for
Aiven for Apache Kafka® MirrorMaker 2:
Parameter IP filter
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
Service logging
Store logs for the service so that they are available in the HTTP API and console.
Use static public IP addresses
Kafka MirrorMaker configuration values
Timeout for administrative tasks, e.g. detecting new topics, loading of consumer group and offsets. Defaults to 60000 milliseconds (1 minute).
Refresh topics and partitions
Whether to periodically check for new topics and partitions. Defaults to 'true'.
min: 1 max: 9223372036854776000 Frequency of topic and partitions refresh in seconds. Defaults to 600 seconds (10 minutes).
Refresh consumer groups
Whether to periodically check for new consumer groups. Defaults to 'true'.
min: 1 max: 9223372036854776000 Frequency of consumer group refresh in seconds. Defaults to 600 seconds (10 minutes).
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
min: 1 max: 9223372036854776000 Frequency of consumer group offset sync
Frequency at which consumer group offsets are synced (default: 60, every minute)
Whether to emit consumer group offset checkpoints to target cluster periodically (default: true)
min: 1 max: 9223372036854776000 Frequency at which consumer group offset checkpoints are emitted (default: 60, every minute)
Whether to periodically configure remote topics to match their corresponding upstream topics.
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.
Maximum offset lag before it is resynced
How out-of-sync a remote partition can be before it is resynced.
Comma-separated list of consumer groups to replicate
Consumer groups to replicate. Supports comma-separated group IDs and regexes.
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.
List of allowed URLs for SASL OAUTHBEARER authentication. Only HTTPS URLs are allowed for security reasons.