This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2198 from aiven/harshini-minor-fixes
Fixed trademark and improved clarity of note
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|
||
|