From ce6a356d891bbe0eb739aba197d36f96dffbab68 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Fri, 27 Oct 2023 10:08:27 +0200 Subject: [PATCH] Fixed trademark and improved clarity of note --- docs/products/kafka/concepts/consumer-lag-predictor.rst | 2 +- docs/products/kafka/howto/enabled-consumer-lag-predictor.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/products/kafka/concepts/consumer-lag-predictor.rst b/docs/products/kafka/concepts/consumer-lag-predictor.rst index 2f9b210723..669dc7d2d0 100644 --- a/docs/products/kafka/concepts/consumer-lag-predictor.rst +++ b/docs/products/kafka/concepts/consumer-lag-predictor.rst @@ -4,7 +4,7 @@ Consumer lag predictor for Aiven for Apache Kafka® The **consumer lag predictor** for Aiven for Apache Kafka estimates the delay between the time a message is produced and when it's eventually consumed by a consumer group. This information can be used to improve the performance, scalability, and cost-effectiveness of your Kafka cluster. .. important:: - Consumer Lag Predictor for Aiven for Apache Kafka* is a limited availability feature. If you’re interested in trying out this feature, contact the sales team at sales@Aiven.io. + Consumer Lag Predictor for Aiven for Apache Kafka® is a limited availability feature. If you’re interested in trying out this feature, contact the sales team at sales@Aiven.io. To use the **consumer lag predictor** effectively, setting up :doc:`Prometheus integration ` with your Aiven for Apache Kafka® service is essential. Prometheus integration enables the extraction of key metrics necessary for lag prediction and monitoring. diff --git a/docs/products/kafka/howto/enabled-consumer-lag-predictor.rst b/docs/products/kafka/howto/enabled-consumer-lag-predictor.rst index 8c55f1280a..18b3f9123f 100644 --- a/docs/products/kafka/howto/enabled-consumer-lag-predictor.rst +++ b/docs/products/kafka/howto/enabled-consumer-lag-predictor.rst @@ -4,7 +4,7 @@ Enable the consumer lag predictor for Aiven for Apache Kafka® The :doc:`consumer lag predictor ` in Aiven for Apache Kafka® provides visibility into the time between message production and consumption, allowing for improved cluster performance and scalability. .. important:: - Consumer Lag Predictor for Aiven for Apache Kafka* is a limited availability feature. If you’re interested in trying out this feature, contact the sales team at sales@Aiven.io. + Consumer Lag Predictor for Aiven for Apache Kafka® is a limited availability feature. If you’re interested in trying out this feature, contact the sales team at sales@Aiven.io. Prerequisites @@ -32,7 +32,8 @@ Enable via Aiven Console - Find ``kafka_lag_predictor.group_filters`` and enter the desired consumer group pattern. This specifies which consumer groups to consider during lag prediction calculations. .. note:: - By default, the consumer lag predictor calculates for all consumer groups. If you want to restrict this and focus on specific groups, use the ``kafka_lag_predictor.group_filters`` option. + + By default, the consumer lag predictor calculates the lag of all consumer groups. To restrict the calculation to specific groups, use the ``kafka_lag_predictor.group_filters`` option. 5. Select **Save configurations** to save your changes and enable consumer lag prediction.