From 561eee7129a1643bd67c924869162b75a9577f42 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Fri, 13 Dec 2024 11:22:45 +0100 Subject: [PATCH] fix: Parameter formatting --- .../kafka-mirrormaker/troubleshooting/topic-not-replicated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/products/kafka/kafka-mirrormaker/troubleshooting/topic-not-replicated.md b/docs/products/kafka/kafka-mirrormaker/troubleshooting/topic-not-replicated.md index 9e192c41..39622f02 100644 --- a/docs/products/kafka/kafka-mirrormaker/troubleshooting/topic-not-replicated.md +++ b/docs/products/kafka/kafka-mirrormaker/troubleshooting/topic-not-replicated.md @@ -41,7 +41,7 @@ allowed size. This can occur in two scenarios: The following worker configurations can significantly impact topic partition replication: -- [`kafka\_mirrormaker.offset\_lag\_max`](/docs/products/kafka/kafka-mirrormaker/reference/advanced-params#kafka_mirrormaker_offset_lag_max) +- [`kafka_mirrormaker.offset_lag_max`](/docs/products/kafka/kafka-mirrormaker/reference/advanced-params#kafka_mirrormaker_offset_lag_max) - Default value: 100 - Description: This parameter applies globally to all replication topics and defines @@ -52,7 +52,7 @@ The following worker configurations can significantly impact topic partition rep brokers due to high-throughput topics. - A high value can prevent low-throughput topics from progressing. -- [`kafka\_mirrormaker.tasks\_max\_per\_cpu`](/docs/products/kafka/kafka-mirrormaker/reference/advanced-params#kafka_mirrormaker_tasks_max_per_cpu) +- [`kafka_mirrormaker.tasks_max_per_cpu`](/docs/products/kafka/kafka-mirrormaker/reference/advanced-params#kafka_mirrormaker_tasks_max_per_cpu) - Default value: 1 - Description: Specifies the maximum number of Apache Kafka MirrorMaker 2 tasks