Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix config for Experimental Kafka Scaler #1229

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
zroubalik marked this conversation as resolved.
Show resolved Hide resolved
> - 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