Ability to grab the message data from queue services. #6219
Unanswered
theashishbhatt
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone point me to discussions/document that cover why KEDA doesn't have the feature to hand the messages from the queue services like SQS to the workloads it scales. My use case requires to grab the actual messages and do something to the messages in the queue. When there's nothing in the queue, I want the pods to scale to zero. When there's messages in the queue, I want to utilize KEDA to auto scale the pods. The pods still have to talk to SQS to grab the messages. I've been thinking what if KEDA handed the SQS messages to the pod while scaling them. Any thoughts on why that's a good or bad idea, if there's already a way to do that.
Beta Was this translation helpful? Give feedback.
All reactions