-
Notifications
You must be signed in to change notification settings - Fork 440
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 documentation for ActiveMQ Scaler #611
Conversation
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.
Added a quick remark. Would you mind aligning with our doc guidance please?
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com>
content/docs/2.6/scalers/activemq.md
Outdated
- `destinationName` - Name of the queue to check for the message count. | ||
- `brokerName` - Name of the broker as defined in ActiveMQ. | ||
- `targetQueueSize` - Target value for queue length passed to the scaler. The scaler will cause the replicas to increase if the queue message count is greater than the target value per active replica. (Default: `10`, Optional) | ||
- `restAPITemplate` - Template to build REST API url to get queue size. (Default: `"http://<<managementEndpoint>>/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=<<brokerName>>,destinationType=Queue,destinationName=<<destinationName>>/QueueSize"`, Optional) |
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.
am I mistaken or is the template using the Go text/template syntax now?
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.
Yes, I corrected default template syntax.
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.
LGTM, thanks a ton @melisatanrverdi!🎉
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com> Signed-off-by: Daniel Yavorovych <daniel@dysnix.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com> Signed-off-by: Daniel Yavorovych <daniel@dysnix.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com> Signed-off-by: Daniel Yavorovych <daniel@dysnix.com>
Signed-off-by: melisatanrverdi <melisatanrverdi@gmail.com> Signed-off-by: Daniel Yavorovych <daniel@dysnix.com>
Signed-off-by: melisatanrverdi melisatanrverdi@gmail.com
Provide documentation for ActiveMQ scaler.
Checklist
Relates to kedacore/keda#2305
Relates to kedacore/keda#2120