From 0fc60d11281e6d6c492c3bbbdebf0de2bfae7a60 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Mon, 25 Sep 2023 14:25:18 +0200 Subject: [PATCH] chore: fix config for Experimental Kafka Scaler Signed-off-by: Zbynek Roubalik --- .htmltest.yml | 1 + .../2.12/scalers/{kafka-x.md => apache-kafka-go.md} | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) rename content/docs/2.12/scalers/{kafka-x.md => apache-kafka-go.md} (95%) diff --git a/.htmltest.yml b/.htmltest.yml index 6061eafab..87e17033a 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -5,3 +5,4 @@ IgnoreAltMissing: true IgnoreEmptyHref: true IgnoreInternalURLs: - /docs/2.11/scalers/gcp-cloud-tasks/ + - /docs/2.11/scalers/apache-kafka-go/ diff --git a/content/docs/2.12/scalers/kafka-x.md b/content/docs/2.12/scalers/apache-kafka-go.md similarity index 95% rename from content/docs/2.12/scalers/kafka-x.md rename to content/docs/2.12/scalers/apache-kafka-go.md index 4399db235..78ce811ba 100644 --- a/content/docs/2.12/scalers/kafka-x.md +++ b/content/docs/2.12/scalers/apache-kafka-go.md @@ -1,15 +1,15 @@ +++ -title = "Apache Kafka Experimental Scaler" +title = "Apache Kafka (Experimental)" availability = "v2.12+" maintainer = "Community" -description = "Scale applications based on an Apache Kafka topic or other services that support Kafka protocol." -go_file = "kafka_x_scaler" +description = "Experimental scaler based on [kafka-go](https://github.com/segmentio/kafka-go) library. Scale applications based on an Apache Kafka topic or other services that support Kafka protocol." +go_file = "apache_kafka_scaler" +++ > **Notice:** -> - This is an experimental kafka scaler based on kafka-go. -> - This scaler is not fully compatible with the existing kafka scaler. There are some differences in the configuration and behavior. Please read the documentation carefully before using it. -> - If you are using OAuth authentication, please use the existing kafka scaler, as this scaler does not yet support OAuth2 authentication. +> - This is an experimental Kafka scaler based on [kafka-go](https://github.com/segmentio/kafka-go) library. +> - This scaler is not fully compatible with the existing [Kafka scaler](./apache-kafka.md). There are some differences in the configuration and behavior. Please read the documentation carefully before using it. +> - If you are using OAuth authentication, please use the existing Kafka scaler, as this scaler does not yet support OAuth2 authentication. > - This scaler has support for AWS MSK IAM based authentication. > - By default, the number of replicas will not exceed: > - The number of partitions on a topic when a topic is specified;