Jorge Turrado Ferrero
Jorge Turrado Ferrero
> Yes The upgrade to 0.8.0 was successful and everything seemed to be working. Then when I wanted to edit `HTTPScaledObjects` created before the upgrade I was met with the...
I'm willing to work on this. You can assign it to me if you want
Hello, Technically this is not a bug because the RFC describes the header fields as case-insensitive: https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2 Said that, I guess that we can check if there is any way...
It can't be bypassed AFAIK. Bypass is solving indeed xD The golang proxy is replacing the headers given that they are case-insensitive based on the RFC, so it's not a...
Hello, I'm not sure because I haven't testes it. I think that it works as Azure EventHub has Kafka API compatibility mode, so it should work. You can give a...
What failures do you have? Using EventHub Scaler, have you checked the legacy checkpointer (which doesn't use storage) https://keda.sh/docs/2.12/scalers/azure-event-hub/#checkpointing-behaviour?
Honestly, I have no idea if Kafka scaler can be used for Azure EventHub... @v-shenoy @tomkerkhove , do you have any idea?
/run-e2e metrics **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/8412584913)
Could you share your Scaledobject?
I've been thinking about this. Does it make sense supporting both at the same time? I mean, shouldn't include and exclude be mutually exclusive? Maybe we should support both, but...