-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add ActiveMQ Classic Scaler #2121
Add ActiveMQ Classic Scaler #2121
Conversation
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Thank you for your PR! |
Just for my reference as an ActiveMQ newbie - What's the difference between classic and Artemis that we support today? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR! I have a couple of questions/remarks:
- I wonder whether
AciveMQ Classic
is the correct name for the scaler, I mean theClassic
part, if I am not mistaken there is no such project/product. I think we can name this scaler justActiveMQ
, what do you think? - please fix the DCO https://github.com/kedacore/keda/blob/main/CONTRIBUTING.md#developer-certificate-of-origin-signing-your-work
- please format the code and fix all the linter related problems: https://github.com/kedacore/keda/pull/2121/checks?check_run_id=3726021740
- please add unit tests
- please add e2e tests: https://github.com/kedacore/keda/tree/main/tests
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
I am also newbie and this helped me to understand the difference as it explains quite simply: https://activemq.apache.org/components/artemis/migration-documentation/key-differences.html |
Yes you are right, I changed the name as ActiveMQ. I am working on tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments. My only question left is about unifying the artemis and classic scaler codebases
My branch is behind with a ton of commits so I am closing this PR. I will open a new one. |
@melisatanrverdi sounds good 👍 |
Signed-off-by: melisatanrverdi melisatanrverdi@gmail.com
Add ActiveMQ Classic Scaler
Checklist
Relates to #2120