-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v2] BugFix and Updates for Artemis ActiveMQ scaler (#986)
* BugFix: Username and Password is empty This fix allows to use a scaler definition without kubernetes secret, passing username and password in scaler metadata according to documentation for scaler Signed-off-by: Sergiy Poplavskyi <spopla@microsoft.com> * BugFix: Invalid argument when logging This fix address an "invalid argument" exception, that throwing any time, when this line executed. Signed-off-by: Sergiy Poplavskyi <spopla@microsoft.com> * Feature: Introduce optional metadata patameter "restApiTemplate" to be able to finetune ActiveMQ endpoint In different versions (or configurations) ActiveMQ REST andpoint can be different, than hardcoded in this scaler. To be able to finetune it, I have introduced an optional parameter to change this template. Signed-off-by: Sergiy Poplavskyi <spopla@microsoft.com> * [v2] Added "artemis-queue" scaler to list of scalers for v2 For some reason, ActiveMQ scaler wasn't added to v2. This commit will fix it. Signed-off-by: Sergiy Poplavskyi <spopla@microsoft.com>
- Loading branch information
1 parent
3917ec4
commit 14ff6ff
Showing
2 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters