Jorge Turrado Ferrero

Results 1009 comments of Jorge Turrado Ferrero

/run-e2e selenium **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/11650695801)

Thanks a lot for your help and patience 🙇

Could you upgrade golang version too? To fix [this issue](https://github.com/kedacore/http-add-on/issues/1123) (9.8), we need to use at least go 1.22.4. As we have generated the image for 1.22.6, we could just...

Hello, Using concurrency you are setting the scaling based on the instant concurrent connections and not based on aggregations (seconds, minutes, etc...) I'd use this config: ```yaml kind: HTTPScaledObject apiVersion:...

Hello, The problem is that currently we check the user agent to discover if the request is a probe or not and handle it as probe and not as a...

I'm not an expert, but I'd say that GRPC needs HTTP/2 support and ??websockets?? to work well. Am i right? Supporting GRPC'd be nice if you are willing to open...

All the interception code is here -> https://github.com/kedacore/http-add-on/tree/main/interceptor The interceptor works as a split component that route the traffic and exposes metrics, so you don't need to take into account...

> Could you please reconsider implementing h2c support for gRPC? It would address a common use case and likely benefit many users who rely on external encryption layers for secure...