sample-go-rabbitmq icon indicating copy to clipboard operation
sample-go-rabbitmq copied to clipboard

Sample KEDA deployment using a Go RabbitMQ consumer

Results 7 sample-go-rabbitmq issues
Sort by recently updated
recently updated
newest added

_Provide a description of what has been changed_ ### Checklist - [x] Commits are signed with Developer Certificate of Origin (DCO) - [x] A PR is opened to update the...

Hi, I have created a keda sample at https://github.com/VenkateshSrini/sample-netcore-keda-rabbitmq using .NET core which is very similar to the GO Example given here. I have used the bitnami and have installed...

Welcome to [WhiteSource Bolt for GitHub](https://github.com/marketplace/whitesource-bolt)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource Bolt...

I was wondering how can the scaler knows when it is safe to scale down the pods, if there's a long running task in the consumer, will the scaler kill...

unable to recognize "deploy-consumer.yaml": no matches for kind "ScaledObject" in version "keda.k8s.io/v1alpha1" unable to recognize "deploy-consumer.yaml": no matches for kind "TriggerAuthentication" in version "keda.k8s.io/v1alpha1"

When i deploy consumer on k8s cluster with local RabbitMQ HPA is created keda-hpa-rabbitmq-consumer Deployment/rabbitmq-consumer /5 (avg) 1 30 0 64s And rabbitmq-consumer scale to 30 and down to 0,...

When following the [README](https://github.com/kedacore/sample-go-rabbitmq/blob/master/README.md), `rabbitmq-consumer` does not scale to 0. `keda-operator` prints following errors: ``` ScaledObject.keda.k8s.io "rabbitmq-consumer" is invalid: []: Invalid value: map[string]interface {}{"apiVersion":"keda.k8s.io/v1alpha1", "kind":"ScaledObject", "metadata":map[string]interface {}{"annotations":map[string]interface {}{"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"keda.k8s.io/v1alpha1\",\"kind\":\"ScaledObject\",\"metadata\":{\"annotations\":{},\"labels\":{\"deploymentName\":\"rabbitmq-consumer\"},\"name\":\"rabbitmq-consumer\",\"namespace\":\"default\"},\"spec\":{\"cooldownPeriod\":10,\"maxReplicaCount\":30,\"pollingInterval\":5,\"scaleTargetRef\":{\"deploymentName\":\"rabbitmq-consumer\"},\"triggers\":[{\"metadata\":{\"host\":\"RabbitMqHost\",\"queueLength\":\"5\",\"queueName\":\"hello\"},\"type\":\"rabbitmq\"}]}}\n"}, "creationTimestamp":"2019-11-26T03:18:36Z", "finalizers":[]interface...