Skip to content

Commit

Permalink
chore: fix typo on liiklus scaler (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Jul 24, 2022
1 parent a9cf09f commit 28e6d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.8/scalers/liiklus-topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ triggers:
- `group` - Name of consumer group.
- `topic` - Topic to monitor and scale based on `lagThreshold`.
- `lagThreshold` - Value to trigger scaling actions for. (Default: `10`, Optional)
- `activationLagThreshold` - - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional)
- `activationLagThreshold` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional)
- `groupVersion` - Version of the group to consider when looking at messages. See [docs](https://github.com/bsideup/liiklus/blob/22efb7049ebcdd0dcf6f7f5735cdb5af1ae014de/app/src/test/java/com/github/bsideup/liiklus/GroupVersionTest.java). (Default: `0`, Optional)

### Authentication Parameters
Expand Down

0 comments on commit 28e6d66

Please sign in to comment.