Jorge Turrado Ferrero
Jorge Turrado Ferrero
Interesting point and rally nice addition! The only thing that I'm not sure is about querying all the brokers all the time (if the 1st one isn't the active, it'll...
> I initially planned on maintaining the brokers' state as you suggested, but I was told there isn't a way to maintain state. Despite that I still gave it a...
You're storing the current index, but you're not using it, so each metric request is querying both solace all the time. I meant to store the current broker to just...
> I'd like to re-open this PR, how can I go about that? I've opened it. We can just continue from last comments
@dttung2905 @zroubalik , you are the Kafka experts xD Does this make sense?
> I wonder should Gitea get it's own docs page and just provide a link in the GitHub Article that a Gitea Version of the doc is available as well?...
e2e test are failing because of an error: "error": "error establishing mssql connection: mssql: login error: Login failed for user ''."***
/run-e2e mssql **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/14684232086)
Hello @simtcrom Additionally to the info that @rickbrouwer gave, you can customize the cooldown period for the HPA itself via ScaledObject's advanced section -> https://keda.sh/docs/2.17/reference/scaledobject-spec/#horizontalpodautoscalerconfig
I guess that it's because the globPattern is applied using the flat API and maybe the response of that API isn't right for hierarchical storages. I'm not an expert about...