Skip to content

Commit

Permalink
chore: fix config for Experimental Kafka Scaler (#1229)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
  • Loading branch information
zroubalik committed Sep 25, 2023
1 parent f3311d3 commit e03ee09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ IgnoreAltMissing: true
IgnoreEmptyHref: true
IgnoreInternalURLs:
- /docs/2.11/scalers/gcp-cloud-tasks/
- /docs/2.11/scalers/apache-kafka-go/
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit e03ee09

Please sign in to comment.