From a52279c28d3d88c1881f3f77a905d5458fd23bbb Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 16 Jan 2024 06:04:33 +0000 Subject: [PATCH] KafkaMirrorMaker - Update Advanced parameters --- includes/config-kafka_mirrormaker.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/includes/config-kafka_mirrormaker.rst b/includes/config-kafka_mirrormaker.rst index c28056bce..780196422 100644 --- a/includes/config-kafka_mirrormaker.rst +++ b/includes/config-kafka_mirrormaker.rst @@ -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. +