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 #2198 from aiven/harshini-minor-fixes
Browse files Browse the repository at this point in the history
Fixed trademark and improved clarity of note
  • Loading branch information
harshini-rangaswamy authored Oct 27, 2023
2 parents b777b36 + ce6a356 commit 99386c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/products/kafka/concepts/consumer-lag-predictor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].
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 [email protected].

To use the **consumer lag predictor** effectively, setting up :doc:`Prometheus integration </docs/platform/howto/integrations/prometheus-metrics>` with your Aiven for Apache Kafka® service is essential. Prometheus integration enables the extraction of key metrics necessary for lag prediction and monitoring.

Expand Down
5 changes: 3 additions & 2 deletions docs/products/kafka/howto/enabled-consumer-lag-predictor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Enable the consumer lag predictor for Aiven for Apache Kafka®
The :doc:`consumer lag predictor </docs/products/kafka/concepts/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 [email protected].
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 [email protected].


Prerequisites
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 99386c5

Please sign in to comment.