Jorge Turrado Ferrero
Jorge Turrado Ferrero
Hey This seems like a nice addition! Are you willing to support it?
It's a nice point. I have no idea about pulsar itself but including support for it'd be nice if it's possible. Are you willing to open a PR with the...
> I'm wondering if I should integrate this feature into the existing Pulsar scaler and use some common name for the trigger like "targetValue", or should just make another scaler...
yeah, that's the idea and yes please, remove it because we missed removing it during the proper version :( I think that this line has to be removed too: 
Hello Are you sure that you can get the queue length directly? The link you sent pulls the messages from the queue directly
I see multiple issues on that approach: - Operation problem with large message count or huge messages (KEDA would need to pull X GB just to count the length) -...
Could you sign the branch please? > To add your Signed-off-by line to every commit in this branch: > 1.Ensure you have a local copy of your branch by [checking...
There are failing some tests:  and there is also an static check failing:  Could you take a look please? 🙏
/run-e2e pulsar **Update:** You can check the progress [here](https://github.com/kedacore/keda/actions/runs/10702116547)
Hello I can't reproduce the issue. I've included a specific e2e test case to cover it but it passes, this is the trigger configuration): https://github.com/kedacore/keda/blob/fc002f0739b2b7d41160c5192abd6a7fcb1db28c/tests/scalers/azure/azure_event_hub_blob_metadata_wi/azure_event_hub_blob_metadata_wi_test.go#L135-L143 Could you share the blob...