You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/docs/2.10/scalers/apache-kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ triggers:
43
43
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
44
44
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
45
45
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
46
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
46
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
47
47
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
48
48
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
49
49
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
Copy file name to clipboardexpand all lines: content/docs/2.11/scalers/apache-kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ triggers:
43
43
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
44
44
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
45
45
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
46
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
46
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
47
47
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
48
48
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
49
49
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
Copy file name to clipboardexpand all lines: content/docs/2.12/scalers/apache-kafka-go.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ triggers:
46
46
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
47
47
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
48
48
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
49
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
49
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
50
50
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
51
51
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
52
52
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
@@ -56,7 +56,7 @@ If 'false' (the default), the scaler will keep a single consumer for that partit
56
56
partition will be scaled to zero. See the [discussion](https://github.com/kedacore/keda/issues/2612) about this parameter.
57
57
- `excludePersistentLag` - When set to `true`, the scaler will exclude partition lag for partitions which current offset is the same as the current offset of the previous polling cycle. This parameter is useful to prevent scaling due to partitions which current offset message is unable to be consumed. If `false` (the default), scaler will include all consumer lag in all partitions as per normal. (Default: `false`, Optional)
58
58
- `partitionLimitation` - Comma separated list of partition ids to scope the scaling on. Allowed patterns are "x,y" and/or ranges "x-y". If set, the calculation of the lag will only take these ids into account. (Default: All partitions, Optional)
59
-
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
59
+
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `gssapi`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
60
60
- `tls` - To enable SSL auth for Kafka, set this to `enable`. If not set, TLS for Kafka is not used. (Values: `enable`, `disable`, Default: `disable`, Optional). This parameter could also be specified in `tls` in TriggerAuthentication
61
61
62
62
> **Note:**
@@ -81,7 +81,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
Copy file name to clipboardexpand all lines: content/docs/2.12/scalers/apache-kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ triggers:
44
44
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
45
45
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
46
46
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
47
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
47
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
48
48
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
49
49
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
50
50
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
Copy file name to clipboardexpand all lines: content/docs/2.13/scalers/apache-kafka-go.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ triggers:
48
48
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
49
49
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
50
50
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
51
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
51
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
52
52
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
53
53
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
54
54
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
@@ -59,7 +59,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
59
59
- `excludePersistentLag` - When set to `true`, the scaler will exclude partition lag for partitions which current offset is the same as the current offset of the previous polling cycle. This parameter is useful to prevent scaling due to partitions which current offset message is unable to be consumed. If `false` (the default), scaler will include all consumer lag in all partitions as per normal. (Default: `false`, Optional)
60
60
- `limitToPartitionsWithLag` - When set to `true`, the number of replicas will not exceed the number of partitions having non-zero lag. `topic` must be specified when this parameter is set to `true`. `allowIdleConsumers` cannot be `true` when this parameter is `true`. (Default: `false`, Optional)
61
61
- `partitionLimitation` - Comma separated list of partition ids to scope the scaling on. Allowed patterns are "x,y" and/or ranges "x-y". If set, the calculation of the lag will only take these ids into account. (Default: All partitions, Optional)
62
-
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
62
+
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `gssapi`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
63
63
- `tls` - To enable SSL auth for Kafka, set this to `enable`. If not set, TLS for Kafka is not used. (Values: `enable`, `disable`, Default: `disable`, Optional). This parameter could also be specified in `tls` in TriggerAuthentication
64
64
65
65
> **Note:**
@@ -84,7 +84,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
Copy file name to clipboardexpand all lines: content/docs/2.13/scalers/apache-kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ triggers:
45
45
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
46
46
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
47
47
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
48
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
48
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
49
49
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
50
50
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
51
51
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
Copy file name to clipboardexpand all lines: content/docs/2.14/scalers/apache-kafka-go.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ triggers:
49
49
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
50
50
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
51
51
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
52
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
52
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
53
53
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
54
54
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
55
55
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
@@ -60,7 +60,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
60
60
- `excludePersistentLag` - When set to `true`, the scaler will exclude partition lag for partitions which current offset is the same as the current offset of the previous polling cycle. This parameter is useful to prevent scaling due to partitions which current offset message is unable to be consumed. If `false` (the default), scaler will include all consumer lag in all partitions as per normal. (Default: `false`, Optional)
61
61
- `limitToPartitionsWithLag` - When set to `true`, the number of replicas will not exceed the number of partitions having non-zero lag. `topic` must be specified when this parameter is set to `true`. `allowIdleConsumers` cannot be `true` when this parameter is `true`. (Default: `false`, Optional)
62
62
- `partitionLimitation` - Comma separated list of partition ids to scope the scaling on. Allowed patterns are "x,y" and/or ranges "x-y". If set, the calculation of the lag will only take these ids into account. (Default: All partitions, Optional)
63
-
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
63
+
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `gssapi`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
64
64
- `tls` - To enable SSL auth for Kafka, set this to `enable`. If not set, TLS for Kafka is not used. (Values: `enable`, `disable`, Default: `disable`, Optional). This parameter could also be specified in `tls` in TriggerAuthentication
65
65
66
66
> **Note:**
@@ -85,7 +85,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
Copy file name to clipboardexpand all lines: content/docs/2.14/scalers/apache-kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ triggers:
46
46
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
47
47
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
48
48
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
49
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
49
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
50
50
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
51
51
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
52
52
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
Copy file name to clipboardexpand all lines: content/docs/2.15/scalers/apache-kafka-go.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ triggers:
49
49
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
50
50
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
51
51
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
52
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
52
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
53
53
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
54
54
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
55
55
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
@@ -60,7 +60,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
60
60
- `excludePersistentLag` - When set to `true`, the scaler will exclude partition lag for partitions which current offset is the same as the current offset of the previous polling cycle. This parameter is useful to prevent scaling due to partitions which current offset message is unable to be consumed. If `false` (the default), scaler will include all consumer lag in all partitions as per normal. (Default: `false`, Optional)
61
61
- `limitToPartitionsWithLag` - When set to `true`, the number of replicas will not exceed the number of partitions having non-zero lag. `topic` must be specified when this parameter is set to `true`. `allowIdleConsumers` cannot be `true` when this parameter is `true`. (Default: `false`, Optional)
62
62
- `partitionLimitation` - Comma separated list of partition ids to scope the scaling on. Allowed patterns are "x,y" and/or ranges "x-y". If set, the calculation of the lag will only take these ids into account. (Default: All partitions, Optional)
63
-
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
63
+
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `gssapi`, `aws_msk_iam` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
64
64
- `tls` - To enable SSL auth for Kafka, set this to `enable`. If not set, TLS for Kafka is not used. (Values: `enable`, `disable`, Default: `disable`, Optional). This parameter could also be specified in `tls` in TriggerAuthentication
65
65
66
66
> **Note:**
@@ -85,7 +85,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
Copy file name to clipboardexpand all lines: content/docs/2.15/scalers/apache-kafka.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ triggers:
46
46
- `bootstrapServers` - Comma separated list of Kafka brokers "hostname:port" to connect to for bootstrap.
47
47
- `consumerGroup`- Name of the consumer group used for checking the offset on the topic and processing the related lag.
48
48
- `topic`- Name of the topic on which processing the offset lag. (Optional, see note below)
49
-
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `5`, Optional)
49
+
- `lagThreshold` - Average target value to trigger scaling actions. (Default: `10`, Optional)
50
50
- `activationLagThreshold`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
51
51
- `offsetResetPolicy` - The offset reset policy for the consumer. (Values: `latest`, `earliest`, Default: `latest`, Optional)
52
52
- `allowIdleConsumers`- When set to `true`, the number of replicas can exceed the number of
0 commit comments