-
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 scaler #2305
Add ActiveMQ scaler #2305
Conversation
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Sorry for my late response @arschles , about unifying the Artemis and ActiveMQ scaler codebases question that you asked previous PR, I've thought Artemis and ActiveMQ classic as separately because of they haven't completed that migration: http://activemq.apache.org/activemq-artemis-roadmap.html |
@melisatanrverdi that sounds like a fine plan. Thanks for answering that comment from the previous PR! |
I tried to use https://hub.docker.com/r/symptoma/activemq image in my e2e test because this is the only latest version. But it didn’t provide some of my configuration requirements. I tried to use configmap but it didn’t work for one of requirement. |
Hi @melisatanrverdi , |
We are planning to ship KEDA v2.5 this week - Do you think you'll have time to complete this PR @melisatanrverdi or not? No rush, we're just checking what will be in and what not. |
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Hi @melisatanrverdi |
/run-e2e activemq.test* |
/run-e2e activemq.test* |
hi @melisatanrverdi , |
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
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.
@melisatanrverdi I hope my comments helped answer your questions. I'm happy to provide more detail if you'd like. Just let me know.
/run-e2e activemq.test* |
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
I was accessing health status endpoint of ActiveMQ via IP address. I changed this by sending from inside the pod. I will update CHANGELOG file after ensure that everthing works properly. |
/run-e2e activemq.test* |
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
LGTM! Only the small nit about CHANGELOG.md |
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
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.
Looking good, just one Q whether we want to expose metricName
to the users.
Could you pleaes open documentation PR, thanks!
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Is everything all right? Is there something I'm missing that is preventing the merge? |
Hi @melisatanrverdi , |
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.
LGTM, tahnks @melisatanrverdi for the contribution, this is great! And sorry for the delay :)
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com> Signed-off-by: alex60217101990 <alex6021710@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com> Signed-off-by: alex60217101990 <alex6021710@gmail.com>
Signed-off-by: melisatanrverdi melisatanrverdi@gmail.com
Added a new scaler that scales based on ActiveMQ broker. Contacts ActiveMQ's management endpoint to determine the queue's message count and scale accordingly.
Checklist
Fixes #2120