kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.56k stars 1.08k forks source link

AMQP Scaler aka new version of the RabbitMQ Scaler? #6352

Open zroubalik opened 2 days ago

zroubalik commented 2 days ago

Proposal

RabbitMQ deprecated some features (http endpoint), we might use this opportunity to refactor the existing RabittMQ scaler - especially the configuration part. Now it is a bit complex and some features/config options doesn't make sense in the future.

We might do a new RabbitMQ scaler or event better a generic AMQP one, if that will work. - We need to figure that out.

Scaler Source

RabbitMQ/AMQP

Scaling Mechanics

Standard scaler

Authentication Source

all options that RabbitMQ supports in future and we have already implemented

Anything else?

No response

rickbrouwer commented 2 days ago

Are we shure that the http endpoint is deprecated?