Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2435 from aiven/kafka-mirrormaker-update-advanced…
Browse files Browse the repository at this point in the history
…-params

KafkaMirrorMaker - Update Advanced parameters
  • Loading branch information
harshini-rangaswamy authored Jan 16, 2024
2 parents eac1bb9 + a52279c commit d016121
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions includes/config-kafka_mirrormaker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,23 @@

**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.



0 comments on commit d016121

Please sign in to comment.